cURL
curl --request GET \ --url https://app.getpaperjet.com/api/v1/workflows/{workflowId} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "configuration": { "objects": [ { "name": "<string>", "description": "<string>", "fields": [ { "name": "<string>", "type": "<string>", "description": "<string>" } ], "tables": [ { "name": "<string>", "columns": [ { "name": "<string>", "type": "<string>", "description": "<string>" } ], "description": "<string>" } ] } ] }, "createdAt": "<string>", "updatedAt": "<string>", "ownerId": "<string>" }
Get workflow details by ID
Workflow details
Show child attributes
Was this page helpful?