Find certificates in an Octopus Deploy space
find_certificatesRetrieve a specific certificate by ID or list all certificates in a space with optional filters like name, tenant, or archived status.
Instructions
Find certificates in a space - can retrieve a single certificate by ID or list all certificates
This unified tool can either:
Get detailed information about a specific certificate when certificateId is provided
List all certificates in a space when certificateId is omitted
You can optionally filter by various parameters like name, archived status, tenant, etc. when listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceName | Yes | ||
| certificateId | No | The ID of a specific certificate to retrieve. If omitted, lists all certificates. | |
| skip | No | Number of certificates to skip for pagination (only used when listing) | |
| take | No | Number of certificates to take for pagination (only used when listing) | |
| search | No | Search term to filter certificates (only used when listing) | |
| archived | No | Filter by archived status (only used when listing) | |
| tenant | No | Filter by tenant (only used when listing) | |
| firstResult | No | Index of first result to return (only used when listing) | |
| orderBy | No | Field to order results by (only used when listing) | |
| ids | No | Filter by specific certificate IDs (only used when listing) | |
| partialName | No | Filter by partial name match (only used when listing) |