Skip to main content
GET
/
api
/
content-exceptions
/
{id}
Get ContentException by ID
curl --request GET \
  --url https://platform.kodexa.ai/api/content-exceptions/{id} \
  --header 'x-api-key: <api-key>'
{
  "changeSequence": 123,
  "createdOn": "2023-11-07T05:31:56Z",
  "exceptionDetails": "<string>",
  "exceptionType": "<string>",
  "groupUuid": "<string>",
  "id": "<string>",
  "message": "<string>",
  "severity": "<string>",
  "tag": "<string>",
  "tagUuid": "<string>",
  "updatedOn": "2023-11-07T05:31:56Z",
  "uuid": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Response

The ContentException

A content exception records an error that occurred during document content processing.

changeSequence
integer<int32>
createdOn
string<date-time>
exceptionDetails
string
exceptionType
string
groupUuid
string
id
string
message
string
severity
string
tag
string
tagUuid
string
updatedOn
string<date-time>
uuid
string