Skip to main content
GET
/
api
/
v1
/
account
/
get-search-results
/
{job_id}
Get Account Search Results
curl --request GET \
  --url https://api.openfunnel.dev/api/v1/account/get-search-results/{job_id} \
  --header 'X-API-Key: <x-api-key>' \
  --header 'X-User-ID: <x-user-id>'
{
  "job_id": "<string>",
  "status": "<string>",
  "results": [],
  "total_count": 0
}

Headers

X-API-Key
string
required
X-User-ID
string
required

Path Parameters

job_id
string
required

Response

Successful Response

Response from getting search results

job_id
string
required
status
string
required
results
SearchResultAccount · object[]
total_count
integer
default:0