List audit log entries

Ver como Markdown

Returns audit log entries newest first.

Scope: analytics:read

Autenticación

AuthorizationBearer

Your ara_ API key from Settings > Ara API. Keys are capability-scoped: run, plugins:read, secrets:read, secrets:write, sessions:read, knowledge:read, repos:read, repos:write, reviews:read, reviews:write, analytics:read, org:read, org:write, attachments:read, attachments:write, plugins:write, guardrails:read, guardrails:write.

Parámetros de ruta

orgIdstringRequerido

Organization id or slug. Resolve it with GET /v3/self.

Parámetros de consulta

limitintegerOpcionalValor predeterminado: 50

Maximum entries to return (default 50, max 200).

beforedatetimeOpcional
Return only entries created before this timestamp.
actionstringOpcional
Return only entries with this exact action.
actorstringOpcional
Return only entries performed by this actor user id.
sincedatetimeOpcional
Return only entries created at or after this ISO timestamp.

Respuesta

Audit log entries.
itemslist of objectsOpcional
has_next_pagebooleanOpcional
end_cursorstring or nullOpcional

Pass back as after for the next page.

entrieslist of objectsOpcional

Legacy twin of items.

next_beforestring or nullOpcional

Legacy twin of end_cursor.