Skip to main content
GET
/
api
/
audit-logs
/
{audit-log-id}
Retrieve single audit log
curl --request GET \
  --url https://{tenant}/api/audit-logs/{audit-log-id} \
  --header 'Authorization: Bearer <token>'
{
  "_id": "672a83e2b0418b224440ce29",
  "req_id": "0462e283-a55f-41ab-6482-60d2eeb1858c",
  "org_id": "66cf7f8db0418b1fbe91852b",
  "date": "Tue, 05 Nov 2024 17:45:22 -03",
  "timestamp": 1730839522,
  "ip": "127.0.0.1",
  "user": "jhon@mail.com",
  "action": "",
  "method": "GET",
  "url": "/api/audit-logs",
  "status": 200
}

Authorizations

Authorization
string
header
required

Path Parameters

audit-log-id
integer
required

Response

_id
string
Example:
req_id
string
Example:
org_id
string
Example:
date
string
Example:
timestamp
integer
Example:
ip
string
Example:
user
string
Example:
action
string
Example:
method
string
Example:
url
string
Example:
status
integer
Example: