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.

Response schema

Field Type JSON Type Can be null Description

uuid

UUID

String

No

Unique identifier

status

String

String

No

Print request status

url

String

String

Yes

URL to printed file

errors

[String]

Array

Yes

Errors