Skip to main content
GET
/
sourcing
/
searches
/
{searchId}
Get sourcing search
curl --request GET \
  --url https://hireloam.com/api/v1/sourcing/searches/{searchId} \
  --header 'Authorization: Bearer <token>'
{
  "search": {
    "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

Path Parameters

searchId
string<uuid>
required

Response

Search details