Agents
Get an agent
Retrieve an agent and its schema details.
Agents can have both a live published version and a draft version with newer unpublished changes. Use the version parameter to choose which state to return.
get/v1/agents/{agent_id}
Path parameters
agent_idstring uuid required
The ID of the agent to retrieve.
The ID of the agent to retrieve.
Query parameters
version'published' | 'draft'
Version selector for retrieving a specific agent.
Version of the agent to retrieve. Use published for the live version, or draft for the latest unpublished changes for the same agent. Defaults to published.
Response
Successful Response