Api
Get Annotations
Get annotations for conversation (all roles) (AC4).
Get annotations for conversation (all roles) (AC4).
AuthorizationBearer <token>
In: header
Path Parameters
conversation_id*string
Format
uuidResponse 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"
}
]
}