Basic Usage
Get Latest Data
Retrieve the most recent data from a workflow: View full API reference →Pagination and Filtering
Handle Large Datasets
Use pagination for efficient data retrieval:Query Parameters
Filtering
Pass a URL-encoded JSON array tofilters. Each entry specifies a field, an operator, and a value:
Data Formats
JSON (Default)
Standard JSON format, perfect for modern applications:CSV Format
Add?format=csv to receive a CSV file instead of JSON:
download=link:
downloadPath you can fetch separately.
Parquet option
Create a signed URL for workflow data as a typed Parquet file: View full API reference →url. Pass runId to export a specific historical run:
GET /v4/workflows/{workflowId}/data/parquet.
Typed columns are preserved where the workflow schema provides native types, including booleans, numbers, dates, timestamps, JSON-compatible objects, and arrays. Older workflow runs may still reflect the type information available when that run was produced.