Find all log entries
GET /api/v1/audit-logs
Description
Retrieve all audit logs
Headers:
Authorization: Bearer
URL:
- Raw URL:
/api/v1/audit-logs?auditLogDateRange=&auditLogsByTenantIds=&auditLogByServiceNames=&auditLogBySuccess=NaN&auditLogByEntityIds=&auditLogByIds=&auditLogSearch=&order=DESC&page=&limit= - Host: ``
- Path:
/api/v1/audit-logs
Query Parameters:
auditLogDateRange: e.g., 2020-11-12,2022-11-15auditLogsByTenantIds: Tenant IDauditLogByServiceNames: Service nameauditLogBySuccess: NaNauditLogByEntityIds: Comma-separated actionBy IDsauditLogByIds: Comma-separated log IDsauditLogSearch: Fuzzy search on log dataorder: DESCpage: Page numberlimit: Limit of results
Response:
- Status: OK (200)
/api/v1/audit-logs?auditLogDateRange=<string>&auditLogsByTenantIds=<string>&auditLogByServiceNames=<string>&auditLogBySuccess=NaN&auditLogByEntityIds=<string>&auditLogByIds=<string>&auditLogSearch=<string>&order=DESC&page=<string>&limit=<string>
Query Params
| Param | value |
|---|---|
| auditLogDateRange | string |
| auditLogsByTenantIds | string |
| auditLogByServiceNames | string |
| auditLogBySuccess | NaN |
| auditLogByEntityIds | string |
| auditLogByIds | string |
| auditLogSearch | string |
| order | DESC |
| page | string |
| limit | string |
🔑 Authentication bearer
| Param | value | Type |
|---|---|---|
| token | bearerToken | string |
Response: 200
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/audit-logs \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!