Skip to main content
GET
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de consulta

userId
string
action
string
resourceId
string
spaceId
string
baseId
string
operationId
string
startTime
string
endTime
string
order
enum<string>
predeterminado:desc
Opciones disponibles:
asc,
desc
grouped
predeterminado:true
cursor
string
skip
integer | null
predeterminado:0
Rango requerido: x >= 0
take
integer
predeterminado:20
Rango requerido: 1 <= x <= 500

Respuesta

200 - application/json

Returns paginated audit logs.

items
object[]
requerido
total
number
totalIsLowerBound
boolean
nextCursor
string | null
Última modificación el 15 de septiembre de 2026