Pular para o conteúdo principal
GET
Listar logs de auditoria

Autorizações

Authorization
string
header
obrigatório

Autenticação por Bearer token (formato: "Bearer {token}")

Cabeçalhos

X-Request-Id
string

A unique identifier for tracing the request across services.

Parâmetros de consulta

actor
string

Filter by actor ID

date_from
string

Filter logs from this date (YYYY-MM-DD or RFC3339)

date_to
string

Filter logs until this date (YYYY-MM-DD or RFC3339)

action
string

Filter by action type

entity_type
string

Filter by entity type

limit
integer
padrão:20

The maximum number of items to include in the response.

Intervalo obrigatório: 1 <= x <= 200
cursor
string

The cursor value for retrieving the next page of results.

Resposta

Indica que a requisição foi bem-sucedida e a resposta contém os dados esperados.

Lista paginada de entradas do log de auditoria

hasMore
boolean
Exemplo:

true

items
object[]

Lista de entradas do log de auditoria

limit
integer
Intervalo obrigatório: 1 <= x <= 200
Exemplo:

20

nextCursor
string
Exemplo:

"eyJpZCI6IjEyMyJ9"

prevCursor
string
Exemplo:

"eyJpZCI6IjEyMiJ9"