cURL
curl --request GET \ --url https://api.eden.art/v2/agents/{agentId}/dashboard \ --header 'X-Api-Key: <api-key>'
{ "sessionActivity": [ { "date": "<string>", "platform": "<string>", "totalUserMessages": 123, "sessionCount": 123 } ], "messageActivity": [ { "date": "<string>", "platform": "<string>", "messageCount": 123, "tokenCount": 123 } ], "userStats": [ { "username": "<string>", "messageCount": 123, "tokenCount": 123 } ], "dateRange": { "start": "<string>", "end": "<string>" }, "platforms": [ "<string>" ], "roles": [ "<string>" ] }
Retrieve analytics and activity data for an agent within a specified date range.
Default Response
Show child attributes