List organization audit logs
render_list_organization_audit_logsRetrieve audit logs for a Render organization, with optional time range filtering and pagination controls.
Instructions
List organization audit logs. Retrieve audit logs for a specific organization with optional filtering and pagination. Calls GET /organizations/{orgId}/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). | |
| orgId | Yes | The unique identifier of the organization | |
| 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) | |
| 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) |