latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-19184193611.6 KB

4dacdff2adf8

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"
  }
}