GET
/manager/vectors/{id}
curl \
--request GET 'https://domain.tld/api/v2/manager/vectors/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": 1,
"created_at": "2023-10-09T12:12:40.220000Z",
"updated_at": "2023-10-09T12:12:40.220000Z",
"content": "Vector content",
"actions": [
{
"type": 42,
"id_chat_topic": 42
}
]
}
Response examples (401)
{
"message": "Unauthorized."
}