Skip to main content
GET
Get Agent Summary

Authentication

Requires JWT token or Platform API key via Authorization: Bearer <token> header.
string
required
Agent UUID

Example Request

Example Response

Response Fields

string
required
Agent UUID
string
required
Agent name
string
required
Current agent status: active, paused, stopped, or error
number
required
Remaining output tokens available to the agent
number
required
Total output tokens consumed by the agent lifetime
number
required
Total number of messages sent to/from this agent
number
required
Number of MCP servers the agent has access to
string
required
ISO 8601 timestamp of agent creation
string
required
ISO 8601 timestamp of last configuration update
Use this endpoint for status checks and monitoring. For full configuration including system prompts and MCP server details, use Get Agent instead.

Status Codes