Query System Logs

This endpoint retrieves System Logs for user activity in the Data Lake. You can query logs based on various parameters to track user actions or file operations and changes.

Query Params
string

Query ID to retrieve more logs

integer
Defaults to 1000

Maximum number of logs to return

string

Next page token

integer
Defaults to 8

Number of logs to take

integer
Defaults to 0

Number of logs to skip

string

Filter by actor name (case-insensitive partial match)

string

Filter by target type (exact match)

string

Filter by target name (case-insensitive partial match)

string

Filter by single action type

string

Filter by multiple action types (comma-separated)

date-time

Filter logs after this timestamp (ISO format)

date-time

Filter logs before this timestamp (ISO format)

ids
array of strings

Filter by array of IDs

ids
string

Filter by target ID (case-insensitive partial match)

string

Filter by change reason (case-insensitive partial match)

string

Filter by multiple target IDs (comma-separated)

string

Format of the response (use "csv" to download a CSV file)

string

Order of sorting by timestamp ("asc" for ASC, DESC by default)

Headers
string
required

JWT Token

string
required

Your organization slug

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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