List contexts
Lists contexts matching the filters. Future scope: not yet implemented; the server currently returns an empty page and ignores all parameters.
Authorizations
OAuth 2.0 / OIDC bearer token.
The tenant the request operates within.
Query Parameters
Restrict to contexts owned by this agent.
Inclusive lower bound on createdAt (RFC 3339).
Exclusive upper bound on createdAt (RFC 3339).
Maximum number of items per page.
1 <= x <= 200Opaque cursor from a prior response's nextPageToken. Omit on the first request.
Response
A page of contexts.
A page of contexts.
Contexts on the current page.
Opaque cursor to request the next page, or null if there are no more pages.
Total number of items matching the query, when known. Not currently populated by the server; treat as absent.
42