v1

latestOpenAPI 3.1.02026-08-04151221521.2 KB
Agents

Get Agent by Name

Get an agent by namespace slug and agent name.

get/agents/name/{namespace_slug}/{agent_name}

Path parameters

namespace_slugstring required
agent_namestring 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