Skip to main content
GET
/
api
/
purge-items
/
{id}
Get PurgeItem by ID
curl --request GET \
  --url https://platform.kodexa.ai/api/purge-items/{id} \
  --header 'x-api-key: <api-key>'
{
  "changeSequence": 123,
  "createdOn": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "ref": "<string>",
  "type": "<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 PurgeItem

A purge item marks content for scheduled cleanup and deletion.

changeSequence
integer<int32>
createdOn
string<date-time>
id
string
ref
string
type
string
updatedOn
string<date-time>
uuid
string