GET
/
v1
/
audit
/
logs
curl --request GET \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/audit/logs
[
  {
    "id": "<string>",
    "organizationId": "<string>",
    "tokenId": "<string>",
    "endpoint": "<string>",
    "method": "<string>",
    "ts": 123,
    "body": {},
    "userId": "<string>"
  }
]

Query Parameters

cursor
string

Opaque cursor token for pagination.

pageSize
number
default:25

Number of results to return per page.

Required range: 1 <= x <= 100

Response

200 - application/json

Get audit logs

The response is of type object[].