Skip to content

Overview

Get Overview

Aggregate dashboard overview for an org.

since scopes the work/cost stats and errored-chat count; inventory, recent activity, and the paused-chat breakdown are current-state and window-independent.

Parameters

NameInTypeRequiredDescription
org_idpathstring (uuid)yes
sincequerystringnoStats window: 24h, 7d, 30d (default 30d)

Responses

StatusDescriptionBody
200Successful ResponseOverviewResponse
422Validation ErrorHTTPValidationError

GET /api/orgs/{org_id}/overview/recent-chats

Section titled “GET /api/orgs/{org_id}/overview/recent-chats”

List Recent Chats

Paginated recent chats, for infinite-scrolling sidebar lists.

Unlike recent_chats on the main overview payload (fixed, capped at 20, attention chats surfaced first), this excludes attention-requiring chats entirely — those are handled by the top-bar “Needs attention” dropdown — and supports paging through the rest.

Parameters

NameInTypeRequiredDescription
org_idpathstring (uuid)yes
pagequeryintegerno
per_pagequeryintegerno

Responses

StatusDescriptionBody
200Successful ResponseRecentChatsPageResponse
422Validation ErrorHTTPValidationError