List recent admin actions — oncall 'what changed' surface
Return audit log rows for the calling org, newest first.
Common oncall query: ?since=<iso>&action=manifest.rollback&limit=20
answers “did anyone roll back a manifest in the last hour?”.
All filters are AND-combined. Org isolation is enforced via
require_org_scope; no cross-tenant leak.
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Headers
Query Parameters
ISO-8601 timestamp; only entries newer than this are returned.
Exact action match (e.g., 'manifest.rollback').
Filter by target_type (e.g., 'version_manifest').
Filter by exact target_id.
Filter by Clerk user id who performed the action.
1 <= x <= 500x >= 0Cookies
Response
Successful Response
The response is of type Response List Audit Log Api V1 Audit Log Get · object.