List Blueprint syncs
render_list_blueprint_syncsLists syncs for a specific Blueprint by its ID, using the Render Public API to retrieve and manage Blueprint synchronization details.
Instructions
List Blueprint syncs. List syncs for the Blueprint with the provided ID. Calls GET /blueprints/{blueprintId}/syncs 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). | |
| blueprintId | Yes | The ID of the Blueprint |