cURL
curl --request GET \ --url https://app.getpaperjet.com/api/v1/executions/{executionId}/status \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "status": "Queued", "workflowId": "<string>", "fileId": "<string>", "jobId": "<string>", "errorMessage": "<string>", "startedAt": "<string>", "completedAt": "<string>" }
Get workflow execution status by ID
Queued
Processing
Failed
Completed
Was this page helpful?