cURL
curl --request GET \ --url 'https://platform.abundant.ai/api/v1/tasks?taskId=123' \ --header 'x-api-key: <your-api-key>'
{ "id": "<string>", "status": "<string>", "targetUrl": "<string>", "title": "<string>", "description": "<string>", "type": "WEB_INTERVENTION", "context": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "metadata": {}, "feedback": {}, "taskThreadId": "<string>" }
Fetch the details of a task by providing the taskId as a query parameter.
The ID of the task to retrieve
Task retrieved successfully
The response is of type object.
object
Was this page helpful?