cURL
curl --request PUT \ --url https://api.browseract.com/v2/workflow/resume-task \ --header 'Authorization: Bearer <token>'
{ "code": 123, "msg": "Invalid task_id", "data": {}, "ts": 1699335116000, "time": "2023-11-07T05:31:56Z", "traceId": "b4bb01c1b2b14f11a6a2d7c1c8b0e3a1" }
Resumes execution of a previously paused task.
finished
failed
canceled
Send your API key in the Authorization header as Bearer <API_KEY>.
Authorization
Bearer <API_KEY>
The task_id to resume.
task_id
1
OK. The task was resumed (or was already running).
Was this page helpful?