Skip to main content
GET
/
v1
/
audit
/
logs
Get audit logs
curl --request GET \
  --url https://functions.siro.ai/api-externalApi/v1/audit/logs \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "organizationId": "<string>",
    "tokenId": "<string>",
    "endpoint": "<string>",
    "method": "<string>",
    "ts": 123,
    "body": {},
    "userId": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.siro.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:<organization-api-token>
required

Organization integration token from Siro admin (Person icon → API Tokens). Send Authorization: Bearer . This is not the OAuth access token used with api.siro.ai user-scoped endpoints.

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

id
string
required
organizationId
string
required
tokenId
string
required
endpoint
string
required
method
string
required
ts
number
required
body
object
required
userId
string