OpenAPI 3.0.3raw.githubusercontent.com2026-08-11183192599.9 KB

5a69a1777f6f

Functions

Get deployment

Fetch a deployment to poll its status during a deploy.

get/v1/functions/deployments/{deploymentId}

Path parameters

deploymentIdstring required

Function deployment ID.

Response

Deployment details.

Example response

{
  "deployment": {
    "id": "fnd_abc123"
  }
}