Skip to main content
GET
/
v1
/
logs
Query logs (company)
curl --request GET \
  --url https://api.usenaive.ai/v1/logs \
  --header 'Authorization: Bearer <token>'
{
  "events": [
    {
      "id": "<string>",
      "tenant_user_id": "<string>",
      "actor_type": "<string>",
      "actor_id": "<string>",
      "action": "<string>",
      "entity_type": "<string>",
      "entity_id": "<string>",
      "details": {},
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Query Parameters

limit
integer
default:100
Required range: x <= 500
action
string
user_id
string

Response

OK.

events
object[]