Tool
observe_issues_list
List error tracking issues of the current product, most recently seen first.
List error tracking issues of the current product, most recently seen first. Filter by status or assignee.
Behavior
- HTTP
GET /observe/issues
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | — | How many issues to return, most recently seen first. 1-200, default 50 |
| status | string | — | Only return issues in this state; omit to list every state |
| assignee | string | — | Only return issues owned by this assignee |
Try it
List error tracking issues of the current product, most recently seen first.