{
"object": {
"identifier": "<string>",
"entityType": "<string>",
"entityIdentifier": "<string>",
"entityData": {},
"context": {},
"route": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"meta": {
"incoming": {
"identifier": "<string>",
"name": "<string>"
},
"outgoing": {
"identifier": "<string>",
"name": "<string>"
},
"route": {
"identifier": "<string>",
"name": "<string>"
},
"httpProxy": {
"identifier": "<string>",
"name": "<string>"
}
}
}
}{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}Tasks
Get a task
Retrieves a single task by its identifier, including detailed information such as entity data, context, status, route, and processing metadata.
GET
/
tasks
/
{identifier}
{
"object": {
"identifier": "<string>",
"entityType": "<string>",
"entityIdentifier": "<string>",
"entityData": {},
"context": {},
"route": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"meta": {
"incoming": {
"identifier": "<string>",
"name": "<string>"
},
"outgoing": {
"identifier": "<string>",
"name": "<string>"
},
"route": {
"identifier": "<string>",
"name": "<string>"
},
"httpProxy": {
"identifier": "<string>",
"name": "<string>"
}
}
}
}{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}Was this page helpful?
⌘I