Knowledge

Get document processing status

Check the processing status of a knowledge document

GET
/knowledge/{id}/status
Authorization<token>

API key in the format: Bearer YOUR_API_KEY

In: header

Path Parameters

idstring

Document ID

Formatuuid

Response Body

application/json

application/json

curl -X GET "https://api.chorus-ai.co/v1/knowledge/497f6eca-6276-4993-bfeb-53cbbbba6f08/status"
{
  "data": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "status": "pending",
    "chunkCount": 0,
    "updatedAt": "2019-08-24T14:15:22Z"
  }
}
{
  "error": "string",
  "details": [
    {}
  ]
}

Last updated on