Skip to main content
GET
/
api
/
v1
/
workflows
/
{workflowId}
/
query
Query workflow outputs
curl --request GET \
  --url https://api.example.com/api/v1/workflows/{workflowId}/query
[
  "<unknown>"
]

Path Parameters

workflowId
string
required

The unique identifier of the workflow whose outputs are to be queried.

Query Parameters

query
string
required

The SQL-like query string to execute on the workflow outputs.

Response

Query results as JSON array