Skip to main content
GET
Get Observability Iterations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

agent_id
string | null

Streamkap agent id (Mongo ObjectId)

from
string | null

Time range start (ISO 8601)

to
string | null

Time range end (ISO 8601)

cursor
string | null

Pagination cursor — last page's next_cursor

limit
integer
default:50
Required range: 1 <= x <= 200

Response

Successful Response

/agentic/observability/iterations envelope.

next_cursor is the started_at of the last row in the page, or None when fewer than limit rows came back (end of stream).

items
ObservabilityIterationItem · object[]
required
next_cursor
string<date-time> | null