Get all logs

GET Audit logs

This endpoint retrieves audit logs, starting from the 0th index, within a specified time range.

Request

  • Parameters
    • from (string, required): The start date and time for the logs retrieval.
    • till (string, required): The end date and time for the logs retrieval.

The response will contain an array of log objects, each with an ID, creation timestamp, user ID, message, object type, and object ID.

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!