v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-305398191.8 KB
servers

Get a release

Retrieve release details including status, git metadata, pipeline logs, and MCP endpoint URL.

get/servers/{qualifiedName}/releases/{id}

Path parameters

qualifiedNamestring required

The server's qualified name (e.g. 'namespace/server' or 'namespace' for namespace-only servers). Use %2F to encode the slash.

idstring required

Response

Release info

idstring uuid required
statusstring required

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

typestring required

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

commitstring nullable

Git commit SHA that triggered this release.

commitMessagestring nullable

Git commit message associated with this release.

branchstring nullable

Git branch this release was built from.

upstreamUrlstring nullable

Upstream MCP server URL. Present only for external releases.

mcpUrlstring uri

The MCP endpoint URL for connecting to this server.

createdAtstring required

ISO 8601 timestamp of when the release was created.

updatedAtstring required

ISO 8601 timestamp of the last status change.