cURL
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" } ] }
List all sourcing searches for your organization.
API key from Settings > API Keys
List of sourcing searches
Show child attributes
Was this page helpful?