Agent BrainsAgent Brains
APIDocument Structuring

Get structuring task

Returns Document Structuring task status, progress, and result.

GET
/structuring/tasks/{taskId}
x-api-key<token>

Preferred authentication header.

In: header

Path Parameters

taskId*string

Response Body

application/json

curl -X GET "https://api.agent-brains.com/structuring/tasks/string"
{
  "taskId": "string",
  "state": "string",
  "progress": null,
  "result": null,
  "applicationStatus": "string",
  "entityId": "string"
}
Empty