Aurion Docs
Api

Get Annotations

Get annotations for conversation (all roles) (AC4).

GET
/api/v1/conversations/{conversation_id}/annotations

Get annotations for conversation (all roles) (AC4).

AuthorizationBearer <token>

In: header

Path Parameters

conversation_id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/conversations/497f6eca-6276-4993-bfeb-53cbbbba6f08/annotations"
{
  "annotations": [
    {}
  ]
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}