v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01151216390.1 KB
agents

Get an Agent.

Retrieve a specific Agent by its unique identifier.

get/v1/agents/{id}

Path parameters

idstring required

The unique identifier of the Agent to retrieve.

Response

Agent retrieved successfully.

idstring required

The unique identifier of the Agent.

namestring required

The name of the Agent.

versionstring nullable

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.

create_time_msinteger required

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

is_publicboolean required

Whether the Agent is publicly accessible.