servers

Get deployment details

Get full details for a specific deployment, including status, type, git metadata, pipeline logs, and MCP endpoint URL.

get/servers/{namespace}/{server}/deployments/{id}

Path parameters

namespacestring required
serverstring required
idstring required

Response

Deployment info

idstring uuid required
statusstring required

Current deployment status: QUEUED, WORKING, SUCCESS, FAILURE, FAILURE_SCAN, AUTH_REQUIRED, CANCELLED, or INTERNAL_ERROR.

typestring required

Deployment type: hosted_shttp (Smithery-hosted), external_shttp (external URL), or stdio (local binary).

commitstring nullable

Git commit SHA that triggered this deployment. Present for repo and source-tracked deployments.

commitMessagestring nullable

Git commit message associated with this deployment.

branchstring nullable

Git branch this deployment was built from.

upstreamUrlstring nullable

Upstream MCP server URL. Present only for external deployments.

mcpUrlstring uri

The MCP endpoint URL for connecting to this server.

createdAtstring required

ISO 8601 timestamp of when the deployment was created.

updatedAtstring required

ISO 8601 timestamp of the last status change.

Changes