get_edge_config_items
Retrieve all key-value pairs stored in a Vercel Edge Config using its ID, with optional team scoping.
Instructions
Read all key/value items stored in an Edge Config.
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). |