GET
List agent sessions
See Agent sessions for cursor pagination details and why this list omits run_status.

Authorizations

x-api-key
string
header
required

API key for authentication

Headers

Idempotency-Key
string

Accepted for client uniformity but IGNORED on this endpoint. It has no side effects, and a retry can legitimately return different results, so replaying a cached response would hand back stale data. Every request executes fresh: no 24h window, no replay, no Idempotent-Replayed header, and no key-reuse 422.

Query Parameters

limit
number
default:50

Page size (default 50, max 100).

Required range: 1 <= x <= 100
cursor
string

Opaque cursor from a previous response’s pagination.nextCursor. Omit it for the first page.

Response

A page of sessions.

data
object[]
required
pagination
object
required