Skip to main content
GET
/
api
/
orca
/
alert-groups
cURL
curl --request GET \
  --url https://app.cotool.ai/api/orca/alert-groups \
  --header 'Authorization: Bearer <token>'
{
  "groups": [
    {
      "groupId": "<string>",
      "title": "<string>",
      "description": "<string>",
      "executionPlan": [
        "<string>"
      ],
      "severity": "low",
      "easeOfFix": "s",
      "alertIds": [
        "<string>"
      ],
      "alertCount": 123,
      "codeRepoUrl": "<string>",
      "serviceRequiringFix": "<string>",
      "inventoryTypes": [
        "<string>"
      ],
      "relevanceScore": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Response

200 - application/json

Successful response

groups
object[]
required

Array of alert groups sorted by relevance score