Skip to main content
GET
List workflow pipelines

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

workflow_id
string
required

Workflow ID or machine name

Query Parameters

status
enum<string>

Filter by pipeline status

Available options:
pending,
running,
completed,
failed,
cancelled

Response

List of pipeline executions

success
boolean

Whether the request was successful

data
object[]

Response data (type varies by endpoint)

message
string

Response message

error
string

Error message (if any)