Get one audit-log export job
Returns one async audit-export job by id, scoped to the requesting org. Use it to poll progress after enqueuing POST /settings/audit-logs/export-async — when status reaches complete the response carries the signed download URL (gcs_url) the operator hands directly to the user. Jobs that finish past the 7-day signed-URL window are reported as expired (replay POST /export-async to re-queue). 404 when the job id is unknown to this org — no cross-tenant existence leak. Owner/admin only.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false