v52

OpenAPI 3.1.0raw.githubusercontent.com2026-08-03512878906.5 KB
Deprecated

List Users

List distinct user IDs from span attributes.

Returns the distinct values of ag.user.id across spans in the current project. Same pagination and realtime semantics as POST /tracing/sessions/query; pass the returned windowing.next cursor on subsequent calls.

post/tracing/users/query

Request body

realtimeboolean nullable

When true, paginate by last_active. When false or unset, paginate by the stable first_active cursor.

Response

Successful Response

countinteger

Number of user IDs in this page.

user_idsstring[]

Distinct values of ag.user.id in this page.