Chat9
APIDocuments

Get Document Health Route

Return stored health_status for a document (does not re-run the check). 404 if health_status is null.

GET
/documents/{document_id}/health
/documents/{document_id}/health

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Path Parameters

document_id
Required
Document Id

Format: "uuid"
curl -X GET "https://api.getchat9.live/documents/497f6eca-6276-4993-bfeb-53cbbbba6f08/health" \
  -H "Authorization: Bearer <token>"

Successful Response

{
  "score": 0,
  "checked_at": "string",
  "warnings": [
    {}
  ],
  "error": "string"
}