Skip to main content
POST
/
v1
/
evaluations
/
exports
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "status": "pending",
  "kind": "axis",
  "filters": {
    "from": 1,
    "to": 1
  },
  "format": "csv",
  "download_url": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "error_message": "<string>"
}

Body

application/json
kind
enum<string>
required

The evaluation export type

Available options:
axis
filters
object
required

Supported filters for the export

format
enum<string>
required

The export format

Available options:
csv

Response

The queued evaluation export job

id
string
required

The export ID

status
enum<string>
required

The status of the export

Available options:
pending,
running,
complete,
failed
kind
enum<string>
required

The evaluation export type

Available options:
axis,
resolution_audit
filters
object
required

Filters applied to the export

format
enum<string>
required

The export format

Available options:
csv
download_url
string<uri> | null
required

Download URL for the completed export

created_at
string<date-time>
required

ISO8601 timestamp for when the export was created

updated_at
string<date-time>
required

ISO8601 timestamp for when the export was last updated

error_message
string | null

A human-readable error if the export failed