Get all logs

Returns audit log entries created within a time range, so you can review configuration and data changes across your account.

When to use. See who changed what and when. To review the history of a single record, pass object_type and object_id together.

Parameters. from and till (both required) set the start and end of the time range. Optionally filter by user_id, or by object_type and object_id together. You can also set limit (between 1 and 500) and fields to choose which fields each entry returns.

Returns. { "logs": [ ... ] }, where each entry has an ID, creation timestamp, user ID, message, object type, and object ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Return logs created on or after this date and time.

string
required

Return logs created on or before this date and time.

string

Object type to filter by (required when object_id is set). Use PUT /logs to retrieve the full list of available object types.

integer

ID of the related object to filter by (required when object_type is set).

integer

Return only logs created by this user.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json