latestOpenAPI 3.0.02026-08-19219210532.7 KB

bd5a5f406bca

chat
dashboard

Per-user assistant activity, one page at a time

get/api/v1/chat-dashboard/contributions

Query parameters

pagenumber

Page number starting from 1.

limitnumber

Limit for the number of results per page.

idsstring[] nullable

Array of IDs to filter results. To skip this filter, omit the key entirely from your JSON. Never write the bare word undefined (that is invalid JSON). Empty arrays and null are also treated as omission.

teamIdstring uuid

Optional. Restrict the ranking to this team (JAP-5701). Combined with ids as an intersection.

callCount'ASC' | 'DESC'
sessionCount'ASC' | 'DESC'
totalCallsAndSessions'ASC' | 'DESC'
totalToolCallMessages'ASC' | 'DESC'

Sort order for the activity table. Keys are column names ("totalCallsAndSessions", "callCount", "sessionCount", "totalToolCallMessages"), values are "ASC" or "DESC". user is not sortable.

Response