Skip to main content
POST
/
api
/
v1
/
annotations
/
comment
Attach Comment Endpoint
curl --request POST \
  --url https://platform.composo.ai/api/v1/annotations/comment \
  --header 'Content-Type: application/json' \
  --data '
{
  "trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "comment": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "comment": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Body

application/json
trace_id
string<uuid>
required

The trace (request) ID to annotate

comment
string
required

Comment to attach to this trace

Response

Successful Response

id
string<uuid>
required
trace_id
string<uuid>
required
comment
string
required
created_at
string<date-time>
required