Skip to main content

Issues

The Issues API lets server-side integrations create and manage support issues in the same workspace-scoped issue model used by the Woes operator app and client portal.
The REST Issues API does not expose internal notes, raw metadata, workspace ids, operator-only debug fields, or provider details.

Issue Object

List Issues

Query parameters:

Create Issue

Request body:
Response: 201 Created

Retrieve Issue

Issue responses include externalLinks, an array of customer-safe links to external product or engineering work. Today those links are Linear-shaped: The API does not return private integration credentials, webhook details, or operator-only notes.

Update Issue

Supported fields:

Tenant Boundary

Every Issues API call is scoped to the workspace attached to the API key. If an issue id or source conversation id belongs to another workspace, Woes returns 404 instead of revealing that the record exists.

Required Scopes

Last modified on July 4, 2026