List workspace audit logs
render_list_owner_audit_logsRetrieve audit logs for a workspace with filtering by time range, pagination, and direction control.
Instructions
List workspace audit logs. Retrieve audit logs for a specific workspace with optional filtering and pagination. Calls GET /owners/{ownerId}/audit-logs on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of audit log items to return. For details, see [Pagination](https://api-docs.render.com/reference/pagination). | |
| cursor | No | The position in the result list to start from when fetching paginated results. For details, see [Pagination](https://api-docs.render.com/reference/pagination). | |
| endTime | No | End time for filtering audit logs (ISO 8601 format) | |
| ownerId | Yes | The ID of the workspace to return resources for | |
| direction | No | The direction to query logs for. Backward will return most recent logs first. Forward will start with the oldest logs in the time range. | backward |
| startTime | No | Start time for filtering audit logs (ISO 8601 format) |