Print result
A result can be retrieved by its uuid.
$ curl -H "Authorization: Bearer api-key" \
https://api.planadoapp.com/v2/print/requests/43c6f250-01f6-4d17-b0dd-b04148de4b61 | jq
{
"uuid": "43c6f250-01f6-4d17-b0dd-b04148de4b61",
"status": "pending"
}
Once the print request is processed, the status field will be set to complete and the url field will contain the URL to the printed file.
If an error occurred, the status field will be set to failed and the errors field will contain the error messages.