GET v13/deployments/{idOrUrl}

vercel.com

Summary: Get a deployment by ID or URL
Operation ID: getDeployment
Auth: unknown
Description

Retrieves information for a deployment either by supplying its ID (`id` property) or Hostname (`url` property). Additional details will be included when the authenticated user is an owner of the deployment.

Parameters (3)

idOrUrl (string, path, required)

The unique identifier or hostname of the deployment.

teamId (string, query, optional)

The Team identifier or slug to perform the request on behalf of.

withGitRepoInfo (string, query, optional)

Whether to add in gitRepo information.

No probe data for this endpoint yet.