GET
/
clusters
/
{clusterId}
/
runs

Headers

authorization
string
required

Path Parameters

clusterId
string
required

Query Parameters

userId
string
test
string | null
limit
number
default:
50
Required range: 10 < x < 50
tags
string

Filter runs by a tag value (value:key)

Response

200
application/json
200
id
string
required
name
string
required
userId
string | null
required
createdAt
string
required
type
enum<string>
required
Available options:
single-step,
multi-step
status
enum<string> | null
required
Available options:
pending,
running,
paused,
done,
failed
test
boolean
required
feedbackScore
number | null
required
workflowExecutionId
string | null
required
workflowVersion
number | null
required
workflowName
string | null
required