Skip to main content
GET
/
api
/
v1
/
account
/
poll-search-job
/
{job_id}
Poll Account Search Job
curl --request GET \
  --url https://api.openfunnel.dev/api/v1/account/poll-search-job/{job_id} \
  --header 'X-API-Key: <x-api-key>' \
  --header 'X-User-ID: <x-user-id>'
{
  "job_id": "<string>",
  "status": "<string>",
  "created_at": "<string>",
  "message": "<string>"
}

Headers

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

Path Parameters

job_id
string
required

Response

Successful Response

Response from polling job status

job_id
string
required
status
string
required
created_at
string
required
message
string | null