Skip to main content
Fetches a paginated list of threads belonging to a specific organization. Supports status filtering and sorting.

Endpoint

Path Parameters

string
required
The unique organization identifier (UUID format)

Query Parameters

string
default:"active"
Filter by thread status: active, upcoming, closed, all
number
default:"50"
Maximum number of results per page (max: 100)
number
default:"0"
Pagination offset for fetching subsequent pages
string
default:"created_at"
Field to sort by: created_at, start_time, total_volume
string
default:"desc"
Sort direction: asc, desc

Response

array
Array of thread objects
object
Pagination metadata
object
Request metadata

Rate Limit

100 requests per minute per IP address

Example Request

Example Response

200 - Success
404 - Organization Not Found

Common Use Cases

Build an organization landing page

GET /api/organizations/:id

Get organization metadata

GET /api/organizations/:id/partners

List partners under this organization

GET /api/threads/:id

Get details for a specific thread