Skip to main content
GET
/
annotations
/
{id}
cURL
curl --request GET \
  --url https://api.axiom.co/v2/annotations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "datasets": [
    "my-dataset"
  ],
  "description": "Deploy new feature to the sales form",
  "endTime": "2024-02-06T11:39:28.382Z",
  "id": "ann_123",
  "time": "2024-02-06T10:39:28.382Z",
  "title": "Production deployment",
  "type": "deploy",
  "url": "https://example.com"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

200 - application/json
datasets
string[]
required
Minimum length: 1
id
string
required
time
string<date-time>
required
type
string
required
Maximum length: 256
description
string
Maximum length: 512
endTime
string<date-time> | null
title
string
Maximum length: 256
url
string
Maximum length: 512