v3

OpenAPI 3.1.0MIT2026-07-31192456807.8 KB
DeploymentService

List deployments

Lists the deployments attached to an endpoint, including their model, configuration, scaling settings, placement, and current status.

get/projects/{projectId}/endpoints/{endpointId}/deployments

Path parameters

projectIdstring required

ID of the project that owns the endpoint.

endpointIdstring required

ID of the endpoint whose deployments are listed.

Query parameters

limitinteger

Maximum number of deployments to return. Max 500, defaults to 50.

afterstring

Cursor from a previous deployment list response.

orderBystring

Sort field for the results. Supports created_at or updated_at, optionally followed by asc or desc.

filterstring

Filter expression using name, state, model, created_at, or updated_at with comparison operators and AND/OR/NOT; state takes a DeploymentState enum name and model takes a model resource name. name supports substring matching with : and prefix/suffix wildcards with *, and accepts a bare deployment name or <project_slug>/<endpoint_name>/<deployment_name>.

Response

OK

next_cursorstring

Cursor for the next page. Null if there are no more results.

object'list' required

Object type. Always list.