Beta

Report issues

GET
Retrieves a report of performance issues and configuration suggestions.

Response

This endpoint returns a map from strings to any
GET
1curl http://localhost:6333/issues \
2 -H "api-key: <apiKey>"
200Retrieved
1{
2 "string": {
3 "key": "value"
4 }
5}