Skip to main content
POST
Create evaluation export

Body

application/json
filters
object
required

Supported filters for the export

format
enum<string>
required

The export format

Available options:
csv
kind
enum<string>
required

The evaluation export type

Available options:
axis

Response

The queued evaluation export job

created_at
number
required

Epoch timestamp (milliseconds) for when the export was created

download_url
string<uri> | null
required

Download URL for the completed export

filters
object
required

Filters applied to the export

format
enum<string>
required

The export format

Available options:
csv
id
string
required

The export ID

kind
enum<string>
required

The evaluation export type

Available options:
axis,
resolution_audit
status
enum<string>
required

The status of the export

Available options:
pending,
running,
complete,
failed
updated_at
number
required

Epoch timestamp (milliseconds) for when the export was last updated

error_message
string | null

A human-readable error if the export failed