GET
/
logs
curl --request GET \
  --url https://your_a2_service/logs \
  --header 'Authorization: Bearer <token>'
[
  {
    "affected_resource": "<string>",
    "description": "<string>",
    "event_type": "<string>",
    "id": 123,
    "new_value": {},
    "old_value": {},
    "timestamp": "2023-11-07T05:31:56Z",
    "user_email": "<string>",
    "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

event_types
string[] | null
user_id
string | null
user_email
string | null
start_date
string | null
end_date
string | null

Response

200
application/json

Successful Response

The response is of type object[].