Skip to main content
GET
List audit logs

Authorizations

x-api-key
string
header
required

API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key

Query Parameters

limit
number
default:20

Number of items per page (1-50)

Required range: 1 <= x <= 50
Example:

20

after
string

Cursor for forward pagination. Use the next_cursor value from a previous response.

Example:

"eyJpZCI6IjEyMyJ9"

before
string

Cursor for backward pagination. Use the prev_cursor value from a previous response.

Example:

"eyJpZCI6IjEwMCJ9"

startDate
string

Inclusive lower bound on createdAt (ISO 8601 date-time).

Example:

"2026-01-01T00:00:00.000Z"

endDate
string

Inclusive upper bound on createdAt (ISO 8601 date-time).

Example:

"2026-06-01T23:59:59.999Z"

actorIds
string

Filter by actor member IDs. Formats: actorIds=uuid (single), actorIds=in:uuid1,uuid2 (multiple)

Example:

"in:11111111-1111-4111-8111-111111111111,22222222-2222-4222-8222-222222222222"

categories
string

Filter by event categories. Formats: categories=AUTH (single), categories=in:AUTH,CONTRACT_MANAGEMENT (multiple)

Example:

"in:AUTH,CONTRACT_MANAGEMENT"

Response

Audit logs for the organization

data
object[]
required

Audit log entries for the current page.

Example:
pagination
object
required

Pagination metadata including cursors and navigation flags.

Example:

HATEOAS navigation links for pagination.

Example: