Skip to main content
GET
List Issues

Overview

Lists triage issues for your org. Items have the same shape as Create Issue. The same filters power the Triage dashboard sidebar.

Headers

string
required
Your API key for authentication.

Query Parameters

Pagination

integer
default:"50"
Number of issues to return. Minimum 1, maximum 100.
string
Opaque cursor returned as next_cursor from a previous page. Omit on the first request.

Sorting

string
default:"last_activity_at"
Field to sort by. Must be one of:
  • last_activity_at (default)
  • created_at
  • severity
  • status
All sorts include a stable secondary sort by id so keyset pagination is deterministic.
string
default:"desc"
Sort direction. asc or desc.
Free-text search across issue title and description.

Faceted filters

string | string[]
Filter by status. Pass a single value, or repeat the parameter for multiple. Allowed values: backlog, todo, in_progress, in_review, done, closed.
string | string[]
Filter by severity. Allowed values: critical, high, medium, low. Repeatable.
string | string[]
Filter by category name. Repeatable.
string
Only return issues that have at least one resource of this type. One of call, sms_conversation, file.

Scope filters

string
Only return issues with this owner.
string
Only return issues with this assignee.

Date range

string
default:"last_activity_at"
Which date field the date_range filter applies to. One of last_activity_at or created_at.
string
Relative window from now. One of:
  • 24h
  • 7d
  • 30d
  • 90d

Response

array
Array of issues. Each issue has the same shape as the response from Create Issue.
string | null
Cursor to pass back as the cursor query parameter for the next page. null when there are no more pages.
null | array
null on success.

Docs for agents: llms.txt