List disks
render_list_disksList persistent disks with filters by name, ID, service, owner, or creation/update time. Retrieve paginated results using cursor and limit parameters.
Instructions
List disks. List persistent disks matching the provided filters. If no filters are provided, returns all disks you have permissions to view. Calls GET /disks on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by name | |
| 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). | |
| diskId | No | Filter by disk IDs | |
| ownerId | No | The ID of the workspaces to return resources for | |
| serviceId | No | Filter for resources by service ID | |
| createdAfter | No | Filter for resources created after a certain time (specified as an ISO 8601 timestamp) | |
| updatedAfter | No | Filter for resources updated after a certain time (specified as an ISO 8601 timestamp) | |
| createdBefore | No | Filter for resources created before a certain time (specified as an ISO 8601 timestamp) | |
| updatedBefore | No | Filter for resources updated before a certain time (specified as an ISO 8601 timestamp) |