Skip to main content
GET
Get the workflow run history

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

workflowId
string
required

The unique identifier of the workflow whose runs history is to be retrieved

Query Parameters

page
integer
default:1

Page number, 1-based (default 1)

limit
integer
default:25

Maximum number of runs per page (default 25, max 1000)

status
enum<string>

Filter runs by outcome. success maps to FINISHED, failed maps to FAILED, in_progress maps to RUNNING.

Available options:
success,
failed,
in_progress

Response

History of workflow runs

workflowId
string

Unique identifier of the workflow

workflowRuns
object[]
totalCount
integer

Total number of workflow runs matching the query (across all pages)

pagination
object