cURL
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" } }
Get details about a specific sourcing search.
API key from Settings > API Keys
Search details
Show child attributes
Was this page helpful?