Skip to main content
GET
List plays

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

isEnabled
boolean

Filter plays by enabled state.

modelUuid
string<uuid>

Filter plays by model identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
segmentUuid
string<uuid>

Filter plays by segment identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
scheduleType
enum<string>

Filter plays by schedule type stored on the play schedule.

Available options:
dbt,
cron,
realtime,
dependency,
watch

Response

Successful response

plays
Plays · object[]
required

List of plays.