Threads
List threads by end user
Returns threads for a specific end user with pagination. End user must belong to the current organization.
GET
List threads by end user
Authorizations
WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.
Path Parameters
End user ID to filter threads
Query Parameters
Filter by thread status (default: all)
Available options:
regular, archived, deleted Maximum threads to return (default: 100)
Required range:
1 <= x <= 100Number of items to skip for pagination
Required range:
0 <= x <= 9007199254740991List threads by end user

