GET
/
v1
/
discovery_tasks

Returns a list of company discovery tasks. You can use this endpoint to get the list of tasks and their statuses.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

offset
integer | null
limit
integer | null

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
is_exhausted
boolean
default: false
num_results
integer
required