Skip to main content
Fetches the complete record for a single published agent, including its A2A agent card, deployment endpoint, and review metadata.

Request

Path parameters

string
required
The unique identifier of the published agent to retrieve (e.g. "stripe-agent").

Response

Returns a PublishedAgentRecord on success.
string
Unique identifier for the agent.
string
Identifier of the provider that submitted this agent.
string
Semantic version string (e.g. "1.2.0").
string
One of "approved", "suspended", or "revoked".
object
Full A2A agent card describing the agent’s name, description, URL, skills, and security schemes.
object
Deployment configuration.
AgentReviewProfile
Review metadata.
string
ISO 8601 timestamp of approval.
string
ISO 8601 timestamp of the most recent record update.
string
Reviewer identity or "auto-approve".
string
Optional reviewer notes. Omitted if not set.

Status codes

Example response