Skip to main content
GET
List issues

Authorizations

Authorization
string
header
required

API keys prefixed with luc_api_ or OAuth access tokens prefixed with luc_oat_. Legacy static keys prefixed with luc_mcp_ continue to work.

Query Parameters

limit
integer
default:25

Maximum issues to return.

Required range: 1 <= x <= 200
cursor
string

Opaque pagination cursor returned as nextCursor from the previous page.

status
enum<string>

Filter issues by status.

Available options:
unresolved,
ticket_created,
transient,
resolved

Response

Issues page.

issues
object[]
required
nextCursor
string | null
required