List deployments
Lists the deployments attached to an endpoint, including their model, configuration, scaling settings, placement, and current status.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the project that owns the endpoint.
ID of the endpoint whose deployments are listed.
Query Parameters
Maximum number of deployments to return. Max 500, defaults to 50.
Cursor from a previous deployment list response.
Sort field for the results. Supports created_at or updated_at, optionally followed by asc or desc.
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>.