Skip to content

Get audit events.

GET
/backend/v1/audit

Retrieves a paginated list of events that detail the configuration history of the app.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Parameters

Query Parameters

cursor
            Selects page for paginated results. Pass in the next or prev attribute in the response.
search

Only return results that match the given text.

limit

Limits the amount of results.

Type
integer
Default
10
Maximum
100
Minimum
1
ascending

Whether results should be sorted in ascending order.

Type
boolean
Default
false
before

Only return results from before this timestamp.

after

Only return results from after this timestamp.

type

Only return specific types of audit events.

Type
array
Default
userId

Only return audit events created by specified user.

Responses

Successful Response

application/json
JSON
"string"

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: