Back to Vercel API
Vercel API

List deployments endpoint bumped from /v6 to /v7

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

The List Deployments endpoint path has changed from /v6/deployments to /v7/deployments. Any client hardcoding /v6/deployments will receive a 404 or routing error. Additionally, a new BLOCKED state is now a valid value for the state query parameter filter.

Open the source documentation