Issues

Get project issue

Returns the full-history detail view of one issue: lifecycle states, lifetime activity stats (firstSeenAt, lastSeenAt, occurrences, affectedTracesPercent, tags), a 14-day occurrence trend, the active evaluations monitoring it, and the current monitoringState.

get/v1/projects/{projectSlug}/issues/{issueSlug}

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

issueSlugstring required

Issue slug.

Issue slug.

Response

Issue

idstring required

Stable issue identifier.

organizationIdstring required

Organization that owns this issue.

projectIdstring required

Project this issue belongs to.

slugstring required

URL-safe slug derived from name. Unique within the project.

namestring required

Human-readable name.

descriptionstring required

Description of the issue.

source'annotation' | 'flagger' | 'custom' required

Where the issue originated from.

statesstring[] required

Active lifecycle states. An issue may carry multiple states at once (e.g. escalating + ongoing).

resolvedAtstring nullable required

ISO-8601 timestamp at which the issue was resolved, or null.

ignoredAtstring nullable required

ISO-8601 timestamp at which the issue was ignored, or null.

createdAtstring required

ISO-8601 timestamp of creation.

updatedAtstring required

ISO-8601 timestamp of the last update.

tagsstring[] required

Tags seen on the issue's occurrences.

firstSeenAtstring nullable required

ISO-8601 timestamp of the earliest occurrence over the issue's lifetime, or null if none yet.

lastSeenAtstring nullable required

ISO-8601 timestamp of the latest occurrence over the issue's lifetime, or null if none yet.

occurrencesinteger required

Lifetime occurrence count.

affectedTracesPercentnumber required

Lifetime fraction of project traces affected by this issue, in [0, 1].

Changes