cURL
curl --request GET \ --url https://app.getpaperjet.com/api/v1/executions/{executionId} \ --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>", "extractedData": "<any>" }
Get workflow execution details by ID
Queued
Processing
Failed
Completed
Was this page helpful?