Skip to main content
Issues let users report problems with responses or content. Use these endpoints to list, create, update, and close issues.

List issues

List issues with GET /api/v1/app/issue before creating or updating.

Create an issue

The create request uses config. Responses expose the stored issue payload as data.

Get or update an issue

Delete an issue

Delete soft-deletes the issue and returns the updated issue object.

Errors and edge cases

  • 404: issue not found.
  • 400: invalid issue state, issue type, or thread issue config.