cURL
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>" } ]
Get audit logs for an organization.
Opaque cursor token for pagination.
Number of results to return per page.
1 <= x <= 100
Get audit logs
The response is of type object[].
object[]