Workflows
Get workflow data by ID
GET
/
v4
/
workflows
/
{workflowId}
/
data
Authorizations
Path Parameters
ID of the workflow to retrieve data from
Query Parameters
ID of a specific run to retrieve data from
Format of the response data
Available options:
json
, csv
Field to sort the results by
Sort order (ascending or descending)
Available options:
asc
, desc
JSON-encoded array of filter objects
Page number for pagination
Required range:
x > 1
Number of items per page (0 for streaming all data)
Required range:
x > 0
Enable gzip compression for the response