List Blueprints
render_list_blueprintsList Render blueprints for specified workspaces, or fetch all accessible ones when no workspace is provided.
Instructions
List Blueprints. List Blueprints for the specified workspaces. If no workspaces are provided, returns all Blueprints the API key has access to. Calls GET /blueprints 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 |