Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

deploymentId
string
required

Response

id
string<uuid>
name
string
slug
string
type
enum<string>
Available options:
production,
non_production
status
enum<string>
Available options:
active,
archived
is_default
enum<integer>
Available options:
0,
1
connection_status
enum<string>
Available options:
healthy,
unhealthy,
unknown
created_by
string
created_at
string<date-time>
last_updated_at
string<date-time>
last_synced_at
string<date-time> | null
last_resynced_at
string<date-time> | null
tags
object | null
object
enum<string>
Available options:
deployment
auth_settings
object
deployment_config
object | null
workspaces
object[]
credentials
object
client_auth
string
Last modified on September 18, 2026