/v1/imports/:jobId

GET {{baseUrl}}/v1/imports/:jobId

This API is currently provided as a preview. Be aware of the following:

  • There might be unannounced breaking changes.
  • Any breaking changes to preview APIs won't produce a new API version.
  • Public integrations that use preview APIs will not pass the review process, and can't be made available to all Canva users.

Gets the status and results of design import jobs created using the Create design import job API.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"job_id":"\u003cstring\u003e","status":{"state":"failed","error":{"code":"internal_server_error","message":"\u003cstring\u003e"}},"designs":[{"id":"\u003cstring\u003e","owner":{"team_id":"\u003cstring\u003e","user_id":"\u003cstring\u003e"},"urls":{"edit_url":"\u003cstring\u003e","view_url":"\u003cstring\u003e"},"title":"\u003cstring\u003e","thumbnail":{"height":"\u003cinteger\u003e","url":"\u003cstring\u003e","width":"\u003cinteger\u003e"}},{"id":"\u003cstring\u003e","owner":{"team_id":"\u003cstring\u003e","user_id":"\u003cstring\u003e"},"urls":{"edit_url":"\u003cstring\u003e","view_url":"\u003cstring\u003e"},"title":"\u003cstring\u003e","thumbnail":{"height":"\u003cinteger\u003e","url":"\u003cstring\u003e","width":"\u003cinteger\u003e"}}]}