Discover audit sources

Returns the audit sources available in your environment and the event types
each has emitted. Use this to populate filter options for the filter endpoint.

The response always includes these known sources (in order):

  • api-gateway — Request context (actor, method, path) for audited operations
  • blueprints — Blueprint lifecycle events (create, update, archive)
  • ai-policy — AI policy evaluation and enforcement events

Gateway events capture who made a request; service events (blueprints, ai-policy)
capture what changed. They share a transaction id, so you can trace an actor
to the resources they affected.

Each source reports hasEvents: true if your environment has events from it
in the time window, along with the distinct types seen. Additional sources
may appear if your environment has events from them.

Required Permissions: read:env:audit (environment scope) or read:org:audit (organization scope)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required
Defaults to environment

The scope type for this operation

Allowed:
uuid
required
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

The UUID identifier for the selected scope type (tenant, environment, or organization)

Query Params
date-time

Optional lower bound on event time (ISO-8601). Defaults to 90 days ago.

Responses

401

Missing or invalid authentication token.

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json