Skip to main content
GET
Get a single workspace service by name.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Workspace ID

name
string
required

Service name

Response

200 - application/json

Service details

Runtime backing service instance tracked for health monitoring. Distinct from ServiceSpec (which generates systemd units for custom processes). WorkspaceService tracks apt-managed daemons like PostgreSQL, Redis, RabbitMQ.

created_at
string<date-time>
required
exposed
boolean
required
health_cmd
string
required
id
string
required
kind
string
required
name
string
required
source
string
required
status
string
required
updated_at
string<date-time>
required
workspace_id
string
required
log_sources
object[]
port
integer<int32> | null
unit_name
string | null