PUT
/
v1
/
discovery_tasks
/
{task_id}
/
resume
curl --request PUT \
  --url https://api.extruct.ai/v1/discovery_tasks/{task_id}/resume \
  --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.

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.