Skip to main content
GET
List audit logs

Authorizations

Authorization
string
header
required

API token for authentication

Query Parameters

scope
enum<string>
default:workspace
Available options:
workspace,
deployment
workspace_id
string

Required in workspace scope; optional narrowing in deployment scope.

actions
string

Comma-separated action names, e.g. templates.update,lists.create.

categories
string

Comma-separated categories.

actor_id
string
actor_email
string

Substring match, case-insensitive.

actor_type
enum<string>
Available options:
user,
api_key,
system,
anonymous
outcome
enum<string>
Available options:
success,
failure,
denied
target_type
string
target_id
string
ip_address
string
from
string<date-time>

Only entries at or after this instant (RFC3339). A malformed value is a 400.

to
string<date-time>
cursor
string

The next_cursor of the previous page.

limit
integer
default:50

Clamped to 100.

Required range: x <= 100

Response

One page

logs
object[]
next_cursor
string

Present when has_more is true; pass it back as cursor.

has_more
boolean