GET
/
tasks
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>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

taskId
string
required

The ID of the task to retrieve

Response

200
application/json

Task retrieved successfully

The response is of type object.