Skip to main content
GET
List threads

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
Required range: 1 <= x <= 200
cursor
string
status
enum<string>
Available options:
open,
snoozed,
done
tab
enum<string>

Inbox tab. my and needs-response require an API key with an associated user.

Available options:
open,
new,
needs-response,
my,
snoozed,
done
assignee_id
string
contact_id
string
company_id
string
tag_id
string

Comma-separated tag ids; matches threads with at least one.

pain_level
enum<string>
Available options:
UNKNOWN,
LOW,
MEDIUM,
HIGH
origin
enum<string>

Portal and roadmap upvotes arrive as upvote threads; pair it with project_id or issue_id to export the upvotes for one item.

Available options:
in_app,
portal,
support_portal,
email,
slack,
slack_connect,
intercom,
intercom_attachment,
zendesk,
zendesk_attachment,
front_attachment,
zapier,
hubspot,
plain,
api,
live_chat,
ai_chat,
calendar,
widget,
teams,
linear,
upvote
issue_id
string

Matches customer needs and portal upvotes on the issue.

project_id
string

Matches customer needs and portal upvotes on the project.

created_after
string<date-time>
created_before
string<date-time>
updated_after
string<date-time>
updated_before
string<date-time>

Response

Successful response

data
object[]
required
page
object
required