get_edge_config
Gets metadata for a single Edge Config store by its ID. Accepts optional team scoping parameters.
Instructions
Get metadata for a single Edge Config store by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edgeConfigId | Yes | Edge Config id (ecfg_...). | |
| 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). |