Skip to main content
GET
List Deployments

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Response

200 - application/json

Returns {success: true, deployments: [{id, name, tag, endpoint_id, s3_key, env, image, storage, file_hash, search_params, current_version_id, last_healthy_version_id, ttl, last_client_heartbeat, created_at, updated_at}, ...]}

success
boolean

Always true on success.

deployments
object[]

List of deployment objects.