Skip to main content
GET
Get Agent Version

Overview

Returns the full snapshot of a version that has been published, resolved by the semantic version minted at publish time (for example 1.2.0). Versions that were saved but never published have no semver; read those with Get Latest Agent Version. Find semvers with List Agent Versions or List Agent Deployments.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The agent’s unique identifier.
string
required
The version’s semantic version in strict MAJOR.MINOR.PATCH form with numeric components, for example 1.2.0. No v prefix and no prerelease or build suffix. Any other format returns 400 INVALID_VERSION. A well-formed semver that was never minted for this agent returns 404 NOT_FOUND.

Response

object
The published version, with its snapshot.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt