Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

Modular Cloud API token. Obtain from the API Tokens page.

Query Parameters

status
enum<string>

Filter by deployment status. Current lifecycle status of a deployment.

Available options:
unknown,
non-deployed,
deploying,
running,
unhealthy,
failed,
updating,
scaling,
terminating,
terminated,
image-building,
image-build-failed,
model-seed-failed,
image-build-succeeded,
scaled-to-zero,
scaling-up,
scaling-down
model_id
string

Filter by model identifier.

sort
string

Sort field (e.g. -created_at for descending creation time).

Response

200 - application/json

List of deployments.

items
object[]
required
total
integer
required

Total number of deployments matching the filter.