cURL
curl --request GET \ --url https://api.usecloudpress.com/v2/jobs/{Id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "outputDocuments": [ { "links": [ { "description": "<string>", "title": "<string>", "url": "<string>" } ], "title": "<string>" } ], "queuedAt": "2023-11-07T05:31:56Z", "status": "queued", "summary": "<string>", "type": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Job ID.
Success
The response is of type object.
object