v1

latestOpenAPI 3.0.32026-07-26231418.5 KB
Agents

Get an agent

get/api/agents/{agent_id}

Path parameters

agent_idstring required

Response

Agent details

idstring
namestring
modelstring
systemstring
toolsobject
configobject

Runtime-specific config. For runtime-backed agents this usually includes runtime.

owner_idstring nullable
statusstring
descriptionstring nullable
harnessstring
created_atinteger

Example response

{
  "name": "my-agent",
  "model": "claude-opus-4-5",
  "status": "paused",
  "harness": "claude-code"
}