POST
/
v1
/
discovery_tasks
/
{task_id}
/
resume
curl --request POST \
  --url https://api.extruct.ai/v1/discovery_tasks/{task_id}/resume \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "desired_new_results": 25,
  "notify": true
}'
"<any>"

Resumes a company discovery task by ID. You can use this endpoint to request more search result for the same task.

Authorizations

Authorization
string
header
required

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

Path Parameters

task_id
string
required

Body

application/json
desired_new_results
integer
default:25
Required range: 1 <= x <= 10000
notify
boolean
default:true

Response

200
application/json
Successful Response

The response is of type any.