Skip to main content
GET
List policy episodes

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

policy_id
string<uuid>
required

Policy whose recorded episodes will be listed.

Query Parameters

limit
integer
default:50

Maximum episodes returned.

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

Opaque cursor returned by the previous page.

Response

Successful Response

entries
EpisodeSummary · object[]
required

Episodes in this page.

next_cursor
string | null
required

Opaque cursor for the next page, or null when this is the last page.

limit
integer
required

Maximum number of episodes requested for this page.