Users on Canva paid plans have access to a limited trial while your integration is under development. For more information, see Trial quotas. </Availability>
Get the result of a design autofill job that was created using the Create design autofill job API.
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.
Path parameters
The design autofill job ID.
Response
OK
Example response
{
"job": {
"id": "450a76e7-f96f-43ae-9c37-0e1ce492ac72",
"status": "success",
"result": {
"design": {
"id": "DAFVztcvd9z",
"title": "My summer holiday",
"url": "https://www.canva.com/design/DAFVztcvd9z/edit",
"thumbnail": {
"width": 595,
"height": 335,
"url": "https://document-export.canva.com/Vczz9/zF9vzVtdADc/2/thumbnail/0001.png?<query-string>"
},
"urls": {
"edit_url": "https://www.canva.com/api/design/eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIiwiZXhwaXJ5IjoxNzQyMDk5NDAzMDc5fQ..GKLx2hrJa3wSSDKQ.hk3HA59qJyxehR-ejzt2DThBW0cbRdMBz7Fb5uCpwD-4o485pCf4kcXt_ypUYX0qMHVeZ131YvfwGPIhbk-C245D8c12IIJSDbZUZTS7WiCOJZQ.sNz3mPSQxsETBvl_-upMYA/edit",
"view_url": "https://www.canva.com/api/design/eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIiwiZXhwaXJ5IjoxNzQyMDk5NDAzMDc5fQ..GKLx2hrJa3wSSDKQ.hk3HA59qJyxehR-ejzt2DThBW0cbRdMBz7Fb5uCpwD-4o485pCf4kcXt_ypUYX0qMHVeZ131YvfwGPIhbk-C245D8c12IIJSDbZUZTS7WiCOJZQ.sNz3mPSQxsETBvl_-upMYA/view"
},
"created_at": 1377396000,
"updated_at": 1692928800,
"page_count": 3
},
"trial_information": {
"upgrade_url": "https://www.canva.com/enterprise/"
}
}
}
}Changes
Changed in 4 of the 9 revisions of this API.1101
- ●
added the new
design_generation_rejectedenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
design_generation_rejectedenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
design_generation_rejectedenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
domain_restrictedenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_restrictedenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_restrictedenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
user_already_memberenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
user_already_memberenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
user_already_memberenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ▲
added to the
/response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
added
update_designdiscriminator mapping keys to the/response property for the response statusresponse-property-discriminator-mapping-added
- ▲
- ●
added the new
design_update_errorenum value to the//response property for the response statusresponse-property-enum-value-added
- ●