cURL
curl --request GET \ --url https://app.getpaperjet.com/api/v1/executions \ --header 'x-api-key: <api-key>'
[ { "status": "Queued", "id": "<string>", "createdAt": "<string>", "ownerId": "<string>", "workflowId": "<string>", "workflowName": "<string>", "fileId": "<string>", "fileName": "<string>", "jobId": "<string>", "errorMessage": "<string>", "startedAt": "<string>", "completedAt": "<string>" } ]
Get all workflow executions for the organization
Queued
Processing
Failed
Completed
Was this page helpful?