List workflow executions
List workflow executions
Retrieve a paginated list of executions for a specific workflow.
When a bulk_id query parameter is provided, only executions queued by that bulk
trigger operation are returned. Pagination applies with the same limit and
offset parameters.
GET
List workflow executions
Authorizations
API key passed as an Authorization Bearer token: Authorization: Bearer YOUR_API_KEY
Path Parameters
Workflow ID or slug.
Query Parameters
Maximum number of executions to return per page.
Required range:
1 <= x <= 100Number of executions to skip for pagination.
Required range:
x >= 0Optional filter: only return executions queued by this bulk trigger operation. The bulk_id is returned by the bulk trigger endpoint.
Last modified on July 27, 2026