Skip to main content
GET
List experience request episodes

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

experience_request_id
string
required

Experience Request whose episodes will be listed.

Pattern: ^xreq_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Query Parameters

limit
integer
default:50

Maximum episode requests returned.

Required range: 1 <= x <= 100
cursor
string | null

Opaque cursor from the previous page.

Response

Successful Response

entries
V2EpisodeRequestSummary · object[]
required

Episode requests in this page.

next_cursor
string | null
required

Opaque cursor for the next page, or null on the last page.