Pular para o conteúdo principal
GET
Listar logs de acesso a credenciais

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

cursor
string

Opaque keyset pagination cursor from a prior response

limit
integer<int64>

Page size; clamped to [1,100] by the service (default 25)

Exemplo:

25

credentialId
string

Filter by credential UUID

Exemplo:

"018f3b2a-0c1d-7a2b-9e4f-1a2b3c4d5e6f"

actorId
string

Filter by actor id

operation
string

Filter by operation label

Exemplo:

"READ"

from
string

Inclusive lower bound (RFC3339)

Exemplo:

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

to
string

Exclusive upper bound (RFC3339)

Exemplo:

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

Resposta

OK

data
object[] | null
obrigatório
nextCursor
string