latestOpenAPI 3.1.02026-08-22154287463.4 KB
858365328f92
Deployments
Get deployment details
Get information about a deployment's status.
get/deployments/{id}
Path parameters
idstring required
Deployment ID
Response
Deployment retrieved successfully
Example response
{
"entrypoint_rel_path": "src/app.py",
"id": "rr33xuugxj9h0bkf1rdt2bet",
"region": "aws.us-east-1a",
"source_checksum": "3f4d0ea1bd2c5c1a1a1f0e9d8c7b6a5948372615049382716a5b4c3d2e1f0a9b",
"source_path": "apps/api",
"source_ref": "main",
"source_type": "github",
"source_url": "https://github.com/org/repo",
"status": "queued",
"status_reason": "Deployment in progress"
}