v2

latestOpenAPI 3.1.02026-07-262937191.0 MB
beta.admin.vibe-work-analytics

Usage by agent

Get Vibe Work usage by agent for a time range.

get/v1/admin/analytics/vibe/work/usage/by_agent_stats

Query parameters

start_timeinteger required

Start of the queried window, as a Unix timestamp in seconds.

Example:1764547200

Start of the queried window, as a Unix timestamp in seconds.

end_timeinteger required

End of the queried window, as a Unix timestamp in seconds.

Example:1767225600

End of the queried window, as a Unix timestamp in seconds.

Response

Successful Response

start_timeinteger required

Start of the queried window, as a Unix timestamp in seconds.

end_timeinteger required

End of the queried window, as a Unix timestamp in seconds.

Example response

{
  "start_time": 1764547200,
  "end_time": 1767225600,
  "data": [
    {
      "messages_count": 1543,
      "files_count": 87,
      "images_count": 42,
      "spreadsheets_count": 15,
      "unique_conversations_count": 312,
      "agent_id": "5d1f2a3b-4c5d-6e7f-8a9b-0c1d2e3f4a5b",
      "last_message_at": "2025-12-17T10:25:07Z",
      "unique_users_count": 64
    }
  ]
}