v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Exception

List exception comments

Use this endpoint to retrieve all comments for a specific exception. Comments provide an audit trail of team discussions and decisions.

get/v1/exceptions/{exceptionId}/comments

Path parameters

exceptionIdstring required

The unique identifier of the exception.

Headers

X-Request-Idstring

A unique identifier for tracing the request across services.

Response

List of comments for the exception

Example response

{
  "items": [
    {
      "id": "019c96a0-2a10-7dfe-b5c1-8a1b2c3d4e5f"
    }
  ]
}