Skip to main content
GET
Get Compliance Message

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-Scan
string
required

The scan's saved name, within the project your API key belongs to. Letters, numbers, spaces and _ & - . /; must start and end with a letter or a number; at most 64 characters.

Example:

"ChatGPT Enterprise"

Query Parameters

event_id
string
required

The message's event id, as recorded for this scan.

Response

Successful Response

One message, fetched live from the provider. Nothing here is stored by Enkrypt.

event_id
string
scan_id
string<uuid>
log_file_id
string

The export file this message was read from.

event_type
string | null
timestamp
string<date-time> | null

The provider's timestamp for the message.

direction
string | null

Whether this was sent to the assistant or returned by it.

actor_email
string | null

The workspace member the message belongs to.

conversation_id
string | null
text
string | null

The message text.

has_files
boolean
default:false
file_names
string[]
content_expires_at
string<date-time> | null

When this content leaves the provider's retention window, after which the call returns 410.