Skip to main content
POST
Add an issue note

Authorizations

Authorization
string
header
required

Organization API key. Use a write-scoped key for event ingestion.

Headers

Idempotency-Key
string

Optional key for safe retries. The same key must represent the same issue and note body.

Required string length: 1 - 255

Path Parameters

issue_id
string
required

Issue identifier.

Body

application/json
body
string
required

Append-only investigation note.

Required string length: 1 - 10000

Response

Created

body
string
required

Append-only investigation note.

created_at
string<date-time>
required

When the note was created.

id
string
required

Stable note identifier.

author_user_id
string | null

User who created the note, when available.