Skip to main content
POST
/
v1
/
trace_notes
Create a trace note
curl --request POST \
  --url https://api.example.com/v1/trace_notes \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": {
    "trace_id": "<string>",
    "note": "<string>"
  }
}
'
{
  "data": {
    "id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
data
TraceNoteData · object
required

Response

Trace note created successfully

data
InsertedTraceAnnotation · object
required