get_certificates
Get the list of all signing certificates for your organization in Appcircle, with sensitive fields omitted.
Instructions
Get all signing certificates for the organization.
Returns the list of signing certificates (e.g. distribution/development) registered in Appcircle. Sensitive fields (p12Password, p12Binary, metaData, thumbprint) are omitted from the response.
Takes no parameters.
Returns: Standard envelope (see docs/tool_contract.md): - Success: success (true), data (list of certificate objects), meta (count). - Error: success (false), error (tool, type, message, details).
Examples: Get all certificates: get_certificates()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |