Skip to main content
GET
List issues

Authorizations

Authorization
string
header
required

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

Query Parameters

project_id
string
required

Project ID.

status
enum<string>

Canonical issue status filter. Omit to list active open and in-progress issues.

Available options:
open,
in_progress,
resolved,
dismissed
limit
integer

Maximum number of records to return.

Required range: x >= 1
offset
integer

Number of records to skip.

Required range: x >= 0
include_context
boolean

Return dashboard metric context.

expanded
boolean

Include less-common issues below the project frequency cutoff.

expand
enum<string>

Deprecated. Use include_context=true. dashboard returns dashboard metric context.

Available options:
dashboard
projection
enum<string>

Deprecated alias. Use include_context=true.

Available options:
dashboard

Response

Issues list or dashboard issues

issues
object[]
required
total
number
required
limit
number
required
offset
number
required
has_more
boolean
required
frequency_cutoff
object | null
required
below_cutoff_count
integer
required
Required range: x >= 0
expanded
boolean
required