List project issues
Returns a cursor-paginated page of issues in the project. Each item includes lifecycle states plus time-window stats: firstSeenAt, lastSeenAt, occurrences, affectedTracesPercent, trend, and tags.
Path parameters
Project slug (human-readable identifier)
Project slug (human-readable identifier)
Query parameters
Opaque cursor returned in a previous response's nextCursor. Omit on the first page.
Opaque cursor returned in a previous response's nextCursor. Omit on the first page.
Page size. Defaults to 50; max 200.
Page size. Defaults to 50; max 200.
Free-text semantic search across the issues' names and descriptions.
Free-text semantic search across the issues' names and descriptions.
"active" for unresolved/unignored issues; "archived" for the rest. Omit to include both.
"active" for unresolved/unignored issues; "archived" for the rest. Omit to include both.
Sort field. lastSeen orders by most recent occurrence; occurrences by total count in the time window; state by lifecycle priority.
Sort field. lastSeen orders by most recent occurrence; occurrences by total count in the time window; state by lifecycle priority.
Sort direction. Defaults to desc.
Sort direction. Defaults to desc.
Lower bound (inclusive) of the time window. Defaults to ~6 days ago.
Lower bound (inclusive) of the time window. Defaults to ~6 days ago.
Upper bound (inclusive) of the time window. Defaults to now.
Upper bound (inclusive) of the time window. Defaults to now.
Response
Page of issues