---
title: "GET /v1/exports/{exportId}"
method: GET
path: "/v1/exports/{exportId}"
tags: ["export"]
---

# GET /v1/exports/{exportId}

`GET /v1/exports/{exportId}`

Gets the result of a design export job that was created using the [Create design export job API](https://www.canva.dev/docs/connect/api-reference/exports/create-design-export-job/).

If the job is successful, the response includes an array
of download URLs. Depending on the design type and export format, there is a download URL for each page in the design. The download URLs are only valid for 24 hours.

You might need to make multiple requests to this endpoint until you get a `success` or `failed` status. For more information on the workflow for using asynchronous jobs, see [API requests and responses](https://www.canva.dev/docs/connect/api-requests-responses/#asynchronous-job-endpoints).

## Path parameters

- `exportId` string, required

## Response `200`

OK

- GetDesignExportJobResponse
  - `job` ExportJob, required — The status of the export job.
    - `id` string, required — The export job ID.
    - `status` 'failed' | 'in_progress' | 'success', required — The export status of the job. A newly created job will be `in_progress` and will eventually become `success` or `failed`.
    - `urls` string[] — Download URL(s) for the completed export job. These URLs expire after 24 hours. Depending on the design type and export format, there is a download URL for each page in the design. The list is sorted by page order.
    - `error` ExportError — If the export fails, this object provides details about the error.
      - `code` 'license_required' | 'approval_required' | 'internal_failure', required — If the export failed, this specifies the reason why it failed.
      - `message` string, required — A human-readable description of what went wrong.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `default` — Error Response

---

[API](https://skmtc.net/canva/apis/canva-connect-api.md) · [All operations](https://skmtc.net/canva/apis/canva-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/canva/canva-connect-api/versions/499c392c7720/schema)
