/v1/exports/:exportId

GET {{baseUrl}}/v1/exports/:exportId

Gets the result of a design export job that was created using the Create design export job API.

If the job is complete, the response includes an array of download links for each page of the design.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"job":{"id":"\u003cstring\u003e","status":"failed","urls":["\u003cstring\u003e","\u003cstring\u003e"],"error":{"code":"license_required","message":"\u003cstring\u003e"}}}