Skip to main content
GET
List

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

Query Parameters

since
string<date-time>

Only entries that occurred at or after this time (RFC 3339).

until
string<date-time>

Only entries that occurred strictly before this time (RFC 3339).

limit
integer

Maximum entries returned (1-200). Defaults to 50.

Response

Audit entries, newest first.

occurredAt
string<date-time>
required
operation
string
required

The operation performed, e.g. "deploys.create".

actor
object
required

Who performed the operation.

project
string | null
required

Slug of the project the operation addressed, resolved when listing; null when no project was addressed or the project no longer exists.

status
integer
required

HTTP status the operation answered — failed writes are recorded too.

detail
string | null
required

Request context such as a hostname, slug, or key name. Never contains secrets or environment-variable values.