GET
/
v1
/
app
/
project
/
{projectId}
/
audit

Path Parameters

projectId
string
required

The ID of the project to get audit events for

Query Parameters

actions
string[]
created_by
string[]
end_date
number
include
enum<string>[]
required
node_ids
string[]
page
number

The page number to retrieve (1-based index)

page_size
number

The number of items per page

page_order
enum<string>

The order of the items on the page (ASC or DESC)

Available options:
ASC,
DESC,
ASC_NULLS_FIRST,
DESC_NULLS_FIRST,
ASC_NULLS_LAST,
DESC_NULLS_LAST
after
string

The cursor to start after for relative pagination

before
string

The cursor to start before for relative pagination

first
number

The number of items to return after the cursor

last
number

The number of items to return before the cursor

total_count
boolean

Whether to return the total count of items

start_date
number