List Sessions
List Sessions through the OMA API.
?beta=true.Authorizations
OMA workspace API key.
Query Parameters
Selects the beta API contract for this endpoint. Must be true.
true Maximum number of results to return.
Opaque pagination cursor from a previous response.
When true, includes archived sessions. Default: false (exclude archived).
Return sessions created at or after this time (inclusive). A timestamp in RFC 3339 format
Return sessions created after this time (exclusive). A timestamp in RFC 3339 format
Return sessions created at or before this time (inclusive). A timestamp in RFC 3339 format
Return sessions created before this time (exclusive). A timestamp in RFC 3339 format
Filter sessions created with this agent ID.
Filter by agent version. Only applies when agent_id is also set.
Sort direction for results, ordered by created_at. Defaults to desc (newest first). ListOrder enum
asc, desc Filter sessions whose resources contain a memory_store with this memory store ID.
Filter sessions created by this deployment ID.
Filter by session status. Repeat the parameter to match any of multiple statuses.
SessionStatus enum
rescheduling, running, idle, terminated Response
Successful response (OK)
Paginated list of sessions.
List of sessions.
Opaque cursor for the next page. Null when no more results.
"page_MjAyNS0wNS0xNFQwMDowMDowMFo="
Opaque cursor for the previous page. Null when on the first page. Pass as the page parameter to navigate backward.
"page_MjAyNS0wNS0xM1QwMDowMDowMFo="