List Workflow Executions
Get paginated list of executions for a specific workflow.
Authentication
X-Browser-Use-API-Keystring
API Key authentication via header
Path Parameters
workflow_id
Query Parameters
pageSize
pageNumber
status
Status of workflow execution.
Attributes: PENDING: Execution has been created but not started RUNNING: Execution is currently in progress COMPLETED: Execution finished successfully FAILED: Execution failed with errors CANCELLED: Execution was cancelled by user
Allowed values:
workflowId
Response
Successful Response
items
List of executions for the current page
totalItems
Total number of items in the list
pageNumber
Page number
pageSize
Number of items per page