Runs
List Runs
Retreive a list of runs
GET
/
clusters
/
{clusterId}
/
runs
Headers
authorization
string
requiredPath Parameters
clusterId
string
requiredQuery Parameters
userId
string
test
string | null
limit
number
default: 50Required range:
10 < x < 50
metadata
string
Filter runs by a metadata value (value:key)
configId
string
Response
200 - application/json
id
string
requiredname
string
requireduserId
string | null
requiredcreatedAt
string
requiredstatus
enum<string> | null
requiredAvailable options:
pending
, running
, paused
, done
, failed
test
boolean
requiredconfigId
string | null
requiredconfigVersion
number | null
requiredfeedbackScore
number | null
requiredWas this page helpful?