Annotations are used to annotate traces with additional information
X-Auth-Token
. Your API key can be found on the setup page under settings.
GET /api/annotations
- Get a list of annotationsGET /api/annotations/:id
- Get a single annotationDELETE /api/annotations/:id
- Delete a single annotationPATCH /api/annotations/:id
- Update a single annotationGET /api/annotations/trace/:id
- Get the annotations for a single tracePOST /api/annotations/trace/:id
- Create an annotation for a single trace