Skip to main content
GET
Get a plugin version

Authorizations

Authorization
string
header
required

MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.

Path Parameters

pluginVersionId
string
required

A plugin's activeVersionId from the list endpoint, or a pinned id from an environment's pluginVersionIds.

Response

The plugin version.

One immutable imported plugin version with its component projections.

id
string
required
pluginId
string
required
bundleHash
string
required
status
enum<string>
required

Only ready versions resolve at runtime.

Available options:
staging,
ready,
invalid
componentCounts
object
required

Per-component tallies. apps counts preserved .app.json metadata entries only (no runtime effect).

servers
object[]
required

Declared MCP server components, with the project server row each one materialized as.

skills
object[]
required

Declared skill components, with the project skill row each one materialized as.

createdAt
number
required
declaredVersion
string

manifest.version — metadata only; bundleHash is the identity.

manifestHash
string
readyAt
number