Get Agent
Retrieves detailed information about a specific agent.Request
Method:POSTEndpoint:
/api/get-agentHeaders:
X-Authorization: Your API key (required)Content-Type:application/json
uid(string, required): Your user IDagentId(string, required): The ID of the agent to retrieve
Response
Success Response (200):400 Bad Request: Invalid request body401 Unauthorized: Invalid or missing API key, or insufficient permissions500 Internal Server Error: Server error

