Get Observability Logs Exceptions
Recent Flink-side exceptions for the entity’s current job.
Pulls from the Flink REST /jobs/{jid}/exceptions endpoint, not
ClickHouse — exceptions are JM state, not a log row stream.
Returns exceptions=[] (NOT 404) when the entity has no live
Flink job — a draft agent / KB and a recently-cancelled one are
both valid scopes with nothing to surface.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Agent or knowledge base id
Response
Successful Response
/agentic/observability/logs/exceptions response envelope.
Empty list when the job isn't currently running (no flink_job_id);
the endpoint returns 200 with exceptions=[] rather than 404 — a
just-created or just-cancelled job is a valid scope, just one with
nothing to surface from the JM REST.