List Executions
List Executions
Use this endpoint to retrieve a paginated list of workflow executions. You can filter results by workflow ID or status.
GET
List Executions
Authorizations
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Query Parameters
Filter results by a specific workflow ID.
Filter results by status.
Available options:
pending, running, completed, failed Maximum number of items to return per page. Defaults to 10. Must be between 1 and 100.
Required range:
1 <= x <= 100Cursor for pagination. Use the value from the nextCursor field in a previous response to retrieve the next page.
Field to sort results by.
Available options:
startedAt, completedAt Sort direction. Use ASC for ascending or DESC for descending.
Available options:
ASC, DESC 
