Skip to main content
GET
List experience requests

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Query Parameters

mine
boolean
default:false

Return only Experience Requests created by the caller.

limit
integer
default:50

Maximum requests returned.

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

Opaque cursor returned by the previous page.

Response

Successful Response

entries
V2ExperienceRequestRow · object[]
required

Experience Requests in this page, ordered newest first.

next_cursor
string | null
required

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