Skip to main content
GET
List policy version episode requests

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

policy_version_id
string<uuid>
required

Policy version whose episode requests will be listed.

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.