cURL
curl --request GET \ --url https://api.extruct.ai/v1/discovery_tasks \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "status": "created", "query": "<string>", "desired_num_results": 123, "is_exhausted": false, "num_results": 123, "discovered_num_results": 123, "num_search_results": 123, "discovered_num_search_results": 123, "table_id": "<string>" } ]
List company discovery tasks.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type DiscoveryTaskOutput · object[].
DiscoveryTaskOutput · object[]