Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.autoposting.ai/api-proxy/agents/{agentId}/stats \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "agentId": "agent_01HXYZ", "totalRuns": 30, "successfulRuns": 28, "failedRuns": 2, "totalPostsGenerated": 28, "totalPostsPublished": 24, "averageRunDurationMs": 38000 } }
API key as Authorization: Bearer sk-social-...
Authorization: Bearer sk-social-...
Agent ID.
Agent statistics.
Show child attributes
Was this page helpful?