v1

latestOpenAPI 3.1.02026-08-04151221521.2 KB
Agents

Get Agent by ID

Get an agent by its unique ID.

get/agents/{agent_id}

Path parameters

agent_idstring required

Response

Successful Response

agent_input_type'text' | 'json'
created_atstring date-time required

The timestamp when the agent was created

descriptionstring required

The description of the action.

idstring required

The unique identifier of the agent.

namestring required

The agent name (unique within namespace).

namespace_idstring required

The namespace ID this agent belongs to.

registered_atstring date-time nullable

The timestamp when the agent was last registered

registration_metadataobject nullable

The metadata for the agent's registration.

status'ACTIVE' | 'DELETED'

Agent status - runtime statuses (Ready/Failed/Unhealthy) now live on Deployment.

status_reasonstring nullable

The reason for the status of the action.

updated_atstring date-time required

The timestamp when the agent was last updated