GET
/
audit-logs
List Audit Logs
curl --request GET \
  --url https://api.engrate.io/audit-logs \
  --header 'Authorization: Bearer <token>'
[
  {
    "api_client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "data": {},
    "org_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "schedule_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "schedule_version_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "time_series_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "time_series_version_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "type": "<string>",
    "user_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "version": 500,
    "uid": "01991688-4da5-7488-9535-f550ae3e3139",
    "created_ts": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

schedule_uid
string<uuid> | null
schedule_version_uid
string<uuid> | null
limit
integer | null
after
string<uuid> | null
after_ts
string<date-time> | null
date
string | null
order
enum<string> | null
Available options:
oldest-first,
newest-first
market
enum<string> | null

Supported market IDs.

Available options:
germany,
netherlands

Response

Successful Response

data
object
required
type
string
required
created_ts
string
required
api_client_id
string<uuid> | null
org_uid
string<uuid> | null
schedule_uid
string<uuid> | null
schedule_version_uid
string<uuid> | null
time_series_uid
string<uuid> | null
time_series_version_uid
string<uuid> | null
user_uid
string<uuid> | null
version
integer | null
Required range: 1 <= x <= 999
uid
string<uuid>
default:01991688-4da5-7488-9535-f550ae3e3139