Envie
ReferenceApi

Get an export job

GET
/v1/exports/{jobId}

Path Parameters

jobId*string

Response Body

application/json

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