Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.

Path Parameters

connectorId
string<uuid>
required

Connector id.

Query Parameters

include_command
boolean

When true, include the docker run deploy command (contains the connector auth key). Requires the connectors:write scope. Personal tokens must belong to an organization admin.

Response

Connector details.

Network connector (sensitive Tailscale fields are never returned).

id
string<uuid>
required
name
string
required
last_status
enum<string>
required
Available options:
pending,
healthy,
degraded,
inactive,
down
created_at
string<date-time>
required
last_status_checked_at
string<date-time> | null