JavaScript
Issues
Fetch issues for an organization
Returns a paginated list of issues for the authenticated organization
GET
JavaScript
Authorizations
API key authentication via Bearer token
Headers
The API version to use. Defaults to the latest stable version if omitted. Pin to the version string in this document's info.version field to opt into exactly this version's schema.
Example:
"2026-03-17"
Query Parameters
Number of items to return (1-100)
Required range:
1 <= x <= 100Cursor for forward pagination (ID/UUID to start after)
Cursor for backward pagination (ID/UUID to end before)
Filter by issue status
Available options:
investigating, ready_to_fix, resolved, muted Filter by environment (exact match)
Minimum string length:
1Search issues by title or description (case-insensitive substring match)
Minimum string length:
1