Skip to main content
GET
List contexts

Authorizations

Authorization
string
header
required

OAuth 2.0 / OIDC bearer token.

Tenant-Name
string
header
required

The tenant the request operates within.

Query Parameters

agentId
string

Restrict to contexts owned by this agent.

from
string<date-time>

Inclusive lower bound on createdAt (RFC 3339).

to
string<date-time>

Exclusive upper bound on createdAt (RFC 3339).

pageSize
integer
default:50

Maximum number of items per page.

Required range: 1 <= x <= 200
pageToken
string

Opaque cursor from a prior response's nextPageToken. Omit on the first request.

Response

A page of contexts.

A page of contexts.

contexts
object[]
required

Contexts on the current page.

Example:
nextPageToken
string | null

Opaque cursor to request the next page, or null if there are no more pages.

totalSize
integer

Total number of items matching the query, when known. Not currently populated by the server; treat as absent.

Example:

42