List conversation threads
Returns a paginated list of conversation threads filtered by the authenticated user’s resourceId (orgId_userId). Requires authentication.
Authorizations
Org API key (scopes the request to its organization) or the shared trusted key (requires X-Organization-Id on every request).
Headers
Organization to scope the request to. Optional when authenticating with an org API key (the org is taken from the key; if sent, it must match). Required when authenticating with the trusted key.
End-user identity for the request; user-scoped data (threads, memory) resolves to {orgId}_{userId}. Required by endpoints that read or write user-scoped resources. A userId query param (or body field, where documented) is accepted as a fallback.
Query Parameters
Page number (default 1)
x >= 1Items per page (default 20, max 100)
1 <= x <= 100Field to order by: createdAt or updatedAt (default updatedAt)
createdAt, updatedAt Sort order: asc or desc (default desc)
asc, desc Filter by specific thread ID
