Get agent by ID
GET
/agent/{id}Retrieves a specific agent by its ID
RequiresBearerauthentication
Path parameters
idstringrequiredAgent ID
Returns
Agent retrieved successfully
Response fields
successbooleanoptionalmessagestringoptionaldataobjectoptionalidstringoptionalAgent ID
namestringoptionalAgent name
descriptionstringoptionalAgent description
promptsstring[]optionalArray of prompt IDs used by this agent
toolsstring[]optionalArray of MCP server tool IDs used by this agent
workflowsstring[]optionalArray of workflow IDs exposed as tools by this agent
tagsstring[]optionalTags for categorizing the agent
provideroneOfoptionalFHIR provider ID(s) - must be valid UUIDs from existing FHIR providers
GETRequest
200 OKResponse