v3

latestOpenAPI 3.1.0Proprietary2026-08-07266348629.6 KB
Agents Observability

Get Observability Iterations

Per-iteration trace rollup, newest-first (reads agent_traces).

One row per iteration_id — all operations of one input-record's processing chain. agent_traces is Streamkap-agent only (no external pseudo-agents), so agent_id passes straight through with no entity resolution. Tenant scoping at the WHERE layer; a cross-tenant agent_id returns an empty page, not a leak.

get/agentic/observability/iterations

Query parameters

agent_idstring nullable

Streamkap agent id (Mongo ObjectId)

Streamkap agent id (Mongo ObjectId)

fromstring nullable

Time range start (ISO 8601)

Time range start (ISO 8601)

tostring nullable

Time range end (ISO 8601)

Time range end (ISO 8601)

cursorstring nullable

Pagination cursor — last page's next_cursor

Pagination cursor — last page's next_cursor

limitinteger

Response

Successful Response

next_cursorstring date-time nullable