Skip to main content
GET
/
sourcing
/
searches
List sourcing searches
curl --request GET \
  --url https://hireloam.com/api/v1/sourcing/searches \
  --header 'Authorization: Bearer <token>'
{
  "searches": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "query": "<string>",
      "parsed_filters": {},
      "result_count": 123,
      "enrichment_status": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key from Settings > API Keys

Response

List of sourcing searches

searches
object[]