GET
/
v1
/
discovery_tasks
/
{task_id}

Returns a company discovery task by ID. You can use this endpoint to check the status of the task and number of results collected so far.

Path Parameters

task_id
string
required

Response

200 - application/json
id
string
required
created_at
string
required
status
enum<string>
required
Available options:
created,
in_progress,
done,
failed
query
string
required
desired_num_results
integer
required
num_results
integer
required
is_exhausted
boolean
default: false