Skip to main content
GET
List turns

Authorizations

Authorization
string
header
required

A gbr_pat_ access token. Scopes are recorded on the token when it is minted.

Query Parameters

limit
integer

How many to return, 1–100. Default 20.

Required range: 1 <= x <= 100
order
enum<string>

Newest first (desc, the default) or oldest first (asc).

Available options:
asc,
desc
after
string

The last_id of the previous page. A cursor this collection cannot place — expired, deleted, or never issued — answers with an empty page rather than starting over, so a paging loop ends instead of repeating itself.

Response

List a session's turns.

object
string
required

Always list. Names the shape, so a value can be identified without knowing which call returned it.

Allowed value: "list"
data
object[]
required
has_more
boolean
last_id
string | null