GET
/
api
/
annotations
/
trace
/
{id}
curl --request GET \
  --url https://app.langwatch.ai/api/annotations/trace/{id} \
  --header 'X-Auth-Token: <api-key>'
[
  {
    "id": "<string>",
    "projectId": "<string>",
    "traceId": "<string>",
    "comment": "<string>",
    "isThumbsUp": true,
    "userId": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "email": "<string>"
  }
]

Authorizations

X-Auth-Token
string
header
required

Path Parameters

id
string
required

ID of trace to fetch

Response

200
application/json
Annotation response

The response is of type object[].