v2

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

Usage over time

Get Vibe Work usage over time.

get/v1/admin/analytics/vibe/work/usage/by_time_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.

granularity'hour' | 'day' | 'week' | 'month' nullable

Time interval used to group usage results.

Example:day

Time interval used to group usage results.

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,
      "time_bucket": "2025-12-17T00:00:00Z",
      "unique_users_count": 128,
      "messages_to_agents_count": 640,
      "unique_agents_count": 12
    }
  ]
}