ReferenceApi
List export jobs
Query Parameters
cursor?string
Opaque cursor from pageInfo.nextCursor.
Length
1 <= lengthlimit?integer
Range
1 <= value <= 100Default
50Response 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" }}