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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Available options:
NEW
, PROCESSED
, COMPLETED
, SNOOZED
, UNSNOOZED
Response
200 - application/json
The response is of type any
.