Agents

Get agent

Get details of a specific agent including configuration, triggers, stats, and status.

get/v1/agents/{agent_id}

Path parameters

agent_idstring uuid required

The agent's unique identifier

Response

Agent details

idstring
user_idstring
namestring
descriptionstring nullable
dataobject

Full agent definition including goal, instructions, and configuration

triggersobject[]
enabledboolean
statsobject nullable
created_atstring nullable
updated_atstring nullable

Changes

Changed in 1 of the 5 revisions of this API.1

    • removed the optional property from the response with the status

      response-optional-property-removed