Skip to main content
GET
/
v1
/
evaluations
/
exports
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "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>"
    }
  ],
  "page_info": {
    "next_cursor": "<string>",
    "has_next_page": true,
    "limit": 50
  }
}

Query Parameters

limit
integer
default:10

Maximum number of items to return

Required range: 1 <= x <= 100
Example:

10

cursor
string

Opaque cursor returned from a previous request

Minimum string length: 1
Example:

"eyJpZCI6Inh5eiJ9"

Response

Paginated evaluation exports

data
object[]
required
page_info
object
required