List Blueprint syncs
render_list_blueprint_syncsRetrieve a list of syncs for a Blueprint by providing its ID, with optional pagination.
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 |