v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-03-18918117.3 KB
Issues

Fetch issues for an organization

Returns a paginated list of issues for the authenticated organization

get/issues

Query parameters

limitinteger

Number of items to return (1-100)

startingAfterstring

Cursor for forward pagination (ID/UUID to start after)

endingBeforestring

Cursor for backward pagination (ID/UUID to end before)

status'investigating' | 'ready_to_fix' | 'resolved' | 'muted'

Filter by issue status

environmentstring

Filter by environment (exact match)

searchstring

Search issues by title or description (case-insensitive substring match)

Headers

Antimetal-Versionstring
Example:2026-03-17

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.

Response

Paginated list of issues

object'list' required
has_moreboolean required
afterstring
beforestring
All 9 operations