Envie
ReferenceApi

List export jobs

GET
/v1/exports

Query Parameters

cursor?string

Opaque cursor from pageInfo.nextCursor.

Length1 <= length
limit?integer
Range1 <= value <= 100
Default50

Response Body

application/json

curl -X GET "https://example.com/v1/exports"
{  "data": [    {      "jobId": "string",      "kind": "string",      "status": "queued",      "resultUrl": "http://example.com",      "error": "string",      "createdAt": "2019-08-24T14:15:22Z",      "updatedAt": "2019-08-24T14:15:22Z"    }  ],  "pageInfo": {    "nextCursor": "string"  }}