Threads
List insights
Threads are called insights in our API. List all insights for your workspace. Please note that you’ll need to provide a ‘take’ and ‘skip’ parameter to paginate through the results. If no parameters are provided, it will be default take the first 100 results. You can also provide an ‘issueId’ or ‘projectId’ in the input paremters, to only get issues for a specific issue or project. Authentication is required.
GET
/
insights
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
skip
number
take
number
state
enum<string>
Available options:
NEW
, PROCESSED
, COMPLETED
, SNOOZED
, UNSNOOZED
issueId
string
projectId
string
Response
200 - application/json
The response is of type any
.