GET
/
v1
/
app
/
project
/
{projectId}
/
thread

Path Parameters

projectId
string
required

The ID of the project

Query Parameters

state
enum<string>

A list of states to filter the threads split by comma

Available options:
Active,
Deleted
include
enum<string>

A list of extra fields to include on the threads split by comma

Available options:
User
page
number

The absolute page number to fetch (1-based).

page_size
number

Number of items per page. Default is 20.

page_order
string

Sort order for pagination. Options: ASC, DESC. Default is ASC.

after
string

The cursor or value to paginate after (for relative pagination).

before
string

The cursor or value to paginate before (for relative pagination).

first
number

Limits the result to the first N items (after cursor).

last
number

Limits the result to the last N items (before cursor).

total_count
boolean

Include the total count in the response.