Ucotron Cortex
API reference

Alerts emitted by the subscriptions.

Flow guide: Watch and webhooks

GET
/v1/alerts

Authorization

bearerFixtureToken
AuthorizationBearer <token>

Token fixture del sandbox. Hay tres: acceso completo, sólo lectura y otra organización — para poder ejercitar 200, 403 y 404 cross-tenant. Ninguno es un secreto.

In: header

Query Parameters

cursor?string

Opaco. Usá el nextCursor de la página anterior; construirlo a mano se rompe cuando cambie la paginación.

limit?integer
Range1 <= value <= 250
Default25

Header Parameters

x-ucotron-tenant-id?string

Organización. Si viene, tiene que coincidir con la de la credencial: un header que la sobreescribiera sería el propio bypass.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/alerts"
{  "data": [    {      "alertId": "alert_sbox_3469dc1c",      "subscriptionId": "watch_sbox_535b0a61",      "eventId": "event_sbox_de4368bd",      "aoiId": "aoi_sbox_f0c86d81",      "level": "high",      "raisedAt": "2026-01-14T21:05:00.000Z",      "acknowledgedAt": null    }  ],  "page": {    "nextCursor": null,    "previousCursor": null,    "limit": 25,    "hasMore": false  }}