Skip to main content
GET
List playground sessions for a workflow

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

id
string<uuid>
required

Workflow UUID

Query Parameters

limit
integer
default:20

Maximum number of sessions to return

Required range: 1 <= x <= 100
offset
integer
default:0

Number of sessions to skip

Required range: x >= 0

Response

List of playground sessions

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)