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_idstringRequiredformat: "uuid"

Query Parameters

pageSizeintegerOptional1-100Defaults to 10
pageNumberintegerOptional>=1Defaults to 1
statusenum or nullOptional

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:
workflowIdstring or nullOptionalformat: "uuid"

Response

Successful Response
itemslist of objects
List of executions for the current page
totalItemsinteger
Total number of items in the list
pageNumberinteger
Page number
pageSizeinteger
Number of items per page

Errors