Generate a debug report URL
GET /debug/report/url
Creates a presigned URL for uploading a JSON debug report to error-log storage. The URL accepts an HTTP PUT with JSON content and expires after five minutes; it should be treated as a short-lived bearer capability.
Operation ID: getDebugReportUrl
Authorization: BEARER or API key
Responses
| Status | Description | Body |
|---|---|---|
200 |
A short-lived debug-report upload URL. | DebugReportUrlResponse |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |