Skip to main content
GET
List participants

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

limit
string

Page size (default 50, max 100). A negative or non-numeric value is rejected with 400.

Example:

"50"

offset
string

Rows to skip (default 0). A negative or non-numeric value is rejected with 400.

Example:

"0"

Response

OK

items
object[] | null
required

Participants in this page, newest first.