get_cert
Retrieve a specific TLS certificate by its ID. Scope the request to a team using team ID or slug.
Instructions
Get a TLS certificate by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Certificate id. | |
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |