/v1/events| Name | Type | Required | Description |
|---|---|---|---|
limit | integer | Optional | Default: 20 |
cursor | string | Optional | |
category | string | Optional | |
resource_type | string | Optional | |
resource_id | string | Optional | |
from_date | string | Optional | |
to_date | string | Optional |
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
curl -X GET '/api-proxy/v1/events' \
-H 'Authorization: Bearer <YOUR_TOKEN>'{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"tenant_id": "550e8400-e29b-41d4-a716-446655440000",
"category": "string",
"event_type": "string",
"actor_id": {},
"actor_name": {},
"actor_email": {},
"resource_type": {},
"resource_id": {},
"metadata": {},
"created_at": "2024-01-01T00:00:00Z"
}
],
"meta": {
"next_cursor": {},
"has_more": true
},
"counts": {}
}curl -X GET '/api-proxy/v1/events' \
-H 'Authorization: Bearer <YOUR_TOKEN>'{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"tenant_id": "550e8400-e29b-41d4-a716-446655440000",
"category": "string",
"event_type": "string",
"actor_id": {},
"actor_name": {},
"actor_email": {},
"resource_type": {},
"resource_id": {},
"metadata": {},
"created_at": "2024-01-01T00:00:00Z"
}
],
"meta": {
"next_cursor": {},
"has_more": true
},
"counts": {}
}