Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

model_id
string
required
deployment_id
string
required

Response

200 - application/json

The patch state of the development deployment.

The watch client computes its next patch off pending_patch_point when present, else running_patch_point.

running_patch_point
DeploymentPatchPointWithHashV1 · object
required

The patch point the deployment is recorded as running.

pending_patch_point
DeploymentPatchPointWithHashV1 · object | null

The latest staged-but-unsynced patch point, or null when the deployment is recorded as caught up.