Get an Agent.
Retrieve a specific Agent by its unique identifier.
Documentation Index
Fetch the complete documentation index at: https://docs.runloop.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the Agent to retrieve.
Response
Agent retrieved successfully.
An Agent represents a registered AI agent entity.
The unique identifier of the Agent.
The name of the Agent.
The creation time of the Agent (Unix timestamp milliseconds).
Whether the Agent is publicly accessible.
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.
The source configuration for the Agent.
