English
cURL
curl --request GET \ --url https://geekai.dev/api/v1/agent/{uuid} \ --header 'Authorization: Bearer <token>'
{ "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "logo": "<string>", "desc": "<string>", "status": "initializing", "model": "<string>", "chat_level": 123, "interneted": 123, "stream": 123, "created_at": "2023-11-07T05:31:56Z" }
Get detailed information about a specific AI agent.
token
uuid
successful response
The response is of type object.
object