v1

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

Create a new issue

Creates a new issue and optionally starts an automated investigation. The issue is created from the provided details, with a seed generated internally. Investigation runs asynchronously - poll GET /issues/{id} to check status.

post/issues

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.

Request body

titlestring required

Issue title (human-readable summary)

descriptionstring required

Detailed description of the issue

environmentstring required

Environment where the issue occurred (e.g., production, staging)

severity'low' | 'medium' | 'high'

Issue severity level (defaults to MEDIUM if not specified)

triggeredAtstring date-time

ISO 8601 timestamp when the issue was triggered (defaults to current time)

Response

Issue created successfully

uuidstring required

Issue unique identifier

numberinteger required

Issue number (scoped per-organization)

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

Current issue status

titlestring required

Issue title

descriptionstring required

Issue description

environmentstring

Environment where issue occurred

severity'low' | 'medium' | 'high' required

Issue severity level

createdAtstring date-time required

Date and time the issue was created

updatedAtstring date-time required

Date and time the issue was last updated

triggeredAtstring date-time required

Timestamp when the issue was triggered

latestVersioninteger required

Most recent version of this issue