List log stream overrides
render_list_resource_log_streamsList log stream overrides for a workspace, with filters for owner, setting, resource ID, or log stream ID. Overrides take precedence over the default log stream.
Instructions
List log stream overrides. Lists log stream overrides for the provided workspace that match the provided filters. These overrides take precedence over the workspace's default log stream. Calls GET /logs/streams/resource on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of 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). | |
| ownerId | No | The ID of the workspaces to return resources for | |
| setting | No | Filter log streams by their setting. | |
| resourceId | No | IDs of resources (server, cron job, postgres, or redis) to filter by | |
| logStreamId | No | Filter log streams by their id. |