Spaces method and path for this operation:
get /s/{space_id}/api/entity_analytics/watchlists/{id}
Refer to Spaces for more information.
GET
/api/entity_analytics/watchlists/{id}
curl \
--request GET 'https://localhost:5601/api/entity_analytics/watchlists/{id}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"id": "watchlist-123",
"name": "High Risk Vendors",
"managed": false,
"createdAt": "2026-01-28T12:00:00.000Z",
"updatedAt": "2026-02-18T12:00:00.000Z",
"description": "High risk vendor watchlist",
"riskModifier": 1.5
}