Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique identifier of the Agent to retrieve.

Response

Agent retrieved successfully.

An Agent represents a registered AI agent entity.

id
string
required

The unique identifier of the Agent.

name
string
required

The name of the Agent.

create_time_ms
integer<int64>
required

The creation time of the Agent (Unix timestamp milliseconds).

is_public
boolean
required

Whether the Agent is publicly accessible.

version
string | null

Optional version identifier for the Agent. For npm/pip sources this is typically a semver string (e.g. '2.0.65'). For git sources it can be a branch or tag. Omitted for object sources or when not provided.

source
object | null

The source configuration for the Agent.