List registry credentials
render_list_registry_credentialsList registry credentials from Render, filtering by name, type, owner, or creation date to find specific credentials.
Instructions
List registry credentials. List registry credentials matching the provided filters. If no filters are provided, returns all registry credentials you have permissions to view. Calls GET /registrycredentials on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter for the name of a credential | |
| type | No | Filter for the registry type for the credential | |
| 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 | |
| username | No | Filter for the username of a credential | |
| createdAfter | No | Filter for services created after a certain time (specified as an ISO 8601 timestamp) | |
| updatedAfter | No | Filter for services updated after a certain time (specified as an ISO 8601 timestamp) | |
| createdBefore | No | Filter for services created before a certain time (specified as an ISO 8601 timestamp) | |
| updatedBefore | No | Filter for services updated before a certain time (specified as an ISO 8601 timestamp) |