Query
Variables
Response
listBoltRuns
List all runs for a given bolt schedule. Identify the schedule with slug (preferred) or scheduleName (deprecated alias — carries a slug, not a display name). Exactly one of the two must be provided.
QUERY
listBoltRuns(slug: String, scheduleName: String, offset: Int!, limit: Int!): BoltScheduleRunsArguments
slug
String
The schedule slug returned by createBoltSchedule.
scheduleName
String
deprecated
Deprecated alias for slug. Carries a slug, not a display name.
Use `slug` instead.
offset
Int!
required
limit
Int!
required
Returns
ok
Boolean!
runs
[BoltRun!]!
Query
Variables
Response