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
Documentation IndexFetch the complete documentation index at: https://docs.getpaperjet.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getpaperjet.com/llms.txt
Use this file to discover all available pages before exploring further.
^exe_[a-f0-9]{12}$
Execution status
Queued
Processing
Failed
Completed
Was this page helpful?