Search for annotations
Search for annotations related to a specific service.
Path parameters
-
The name of the service
Query parameters
-
environment string
The environment to filter annotations by
-
start string
The start date for the search
-
end string
The end date for the search
GET /api/apm/services/{serviceName}/annotation/search
curl \
-X GET https://localhost:5601/api/apm/services/{serviceName}/annotation/search
Response examples (200)
{
"annotations": [
{
"@timestamp": 42.0,
"id": "string",
"text": "string",
"type": "version"
}
]
}