Skip to main content
GET
List Compliance Log Files

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

page
integer
default:1

1-based page number.

Required range: x >= 1
per_page
integer
default:50

Rows per page, 1–200.

Required range: 1 <= x <= 200
status
enum<string>

Only return files in this state. partial is a defined value that is not written yet, so filtering for it legitimately returns nothing rather than an error.

Available options:
open,
done,
partial,
skipped

Response

Successful Response

scan_id
string<uuid>
scan_name
string
log_files
ComplianceLogFile · object[]
pagination
CompliancePagination · object