list_log_entries
List log entries across your account with filters by time range and pagination for event tracking.
Instructions
List all log entries across the account.
Log entries are records of all events on your account. This function allows you
to filter log entries by time range and paginate through results.
If no time range is specified, defaults to the last 7 days.
Args:
query_model: Query parameters including since, until, limit, and offset
Returns:
List of LogEntry objects matching the query parametersInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_model | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes |