Get an insight
GET /api/v1/programmatic/insights/{id}
/api/v1/programmatic/insights/{id}Returns one generated insight from the PAT workspace.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
id | path | stringRequired | Stable logical insight key returned by the insights collection. This is not necessarily a UUID. anomaly_018f8e30-66fd-7e50-a1ef-9c52d11c2baf |
Code examples
curl --request GET \
--url 'https://api.tetri.app/api/v1/programmatic/insights/<id>' \
--header 'Authorization: Bearer $TETRI_API_TOKEN'Responses
{
"data": {
"id": "anomaly_018f8e30-66fd-7e50-a1ef-9c52d11c2baf",
"type": "anomaly",
"priority": "high",
"triggered_at": "2026-07-15T06:03:00.000Z",
"entity_id": "<uuid>",
"associated_transaction_id": "<uuid>",
"payload": {}
}
}{
"statusCode": 400,
"code": "PROGRAMMATIC_PAGINATION_MODE_CONFLICT",
"message": "<string>",
"error": "Bad Request",
"request_id": "8cf64dcc-0f73-4f8d-a845-3d80c1040475"
}{
"statusCode": 400,
"code": "PROGRAMMATIC_PAGINATION_MODE_CONFLICT",
"message": "<string>",
"error": "Bad Request",
"request_id": "8cf64dcc-0f73-4f8d-a845-3d80c1040475"
}{
"statusCode": 400,
"code": "PROGRAMMATIC_PAGINATION_MODE_CONFLICT",
"message": "<string>",
"error": "Bad Request",
"request_id": "8cf64dcc-0f73-4f8d-a845-3d80c1040475"
}{
"statusCode": 400,
"code": "PROGRAMMATIC_PAGINATION_MODE_CONFLICT",
"message": "<string>",
"error": "Bad Request",
"request_id": "8cf64dcc-0f73-4f8d-a845-3d80c1040475"
}{
"statusCode": 400,
"code": "PROGRAMMATIC_PAGINATION_MODE_CONFLICT",
"message": "<string>",
"error": "Bad Request",
"request_id": "8cf64dcc-0f73-4f8d-a845-3d80c1040475"
}