Authorizations
Query Parameters
Minimum length:
1
Required range:
1 <= x <= 20
Available options:
openai
, gemini
, cohere
curl --request GET \
--url https://core.ravenna.ai/api/tickets/semantic-search \
--header 'x-ravenna-api-token: <api-key>'
{
"items": [
{
"publishedAt": "<string>",
"assignedAt": "<string>",
"assigneeId": "<string>",
"authorId": "<string>",
"shortId": "<string>",
"code": "<string>",
"description": "<string>",
"dueAt": "<string>",
"id": "<string>",
"number": 123,
"priority": "URGENT",
"published": true,
"queue": {
"id": "<string>",
"prefix": "<string>",
"emoji": "<string>",
"workspaceId": "<string>",
"name": "<string>",
"workspace": {
"slug": "<string>"
}
},
"status": {
"id": "<string>",
"label": "<string>",
"order": 123,
"system": true,
"statusGroupId": "<string>",
"statusGroup": {
"id": "<string>",
"label": "<string>",
"workspaceId": "<string>"
},
"requestTypes": [
{
"id": "<string>",
"requestTypeId": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
},
"queueId": "<string>",
"requesterId": "<string>",
"requestType": {
"id": "<string>",
"name": "<string>"
},
"source": "WEB",
"statusId": "<string>",
"title": "<string>",
"requestTypeId": "<string>",
"disableAIResponse": true,
"parentId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"snoozeUntil": "<string>",
"approvedAt": "<string>",
"private": true,
"declinedAt": "<string>",
"startAt": "<string>",
"respondedAt": "<string>",
"resolvedAt": "<string>",
"closedAt": "<string>",
"archivedAt": "<string>",
"slackChannelId": "<string>",
"assignedAIAgent": "<string>",
"approvers": [
{
"id": "<string>"
}
],
"csat": [
{
"score": 123,
"feedback": "<string>"
}
],
"parent": {
"number": 123,
"queue": {
"prefix": "<string>"
}
},
"children": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"number": 123,
"statusId": "<string>",
"legacyStatus": "OPEN"
}
],
"tags": [
{
"id": "<string>",
"name": "<string>",
"color": "<string>"
}
]
}
],
"totalCount": 123,
"nextCursor": "<string>",
"responseType": "<string>"
}
curl --request GET \
--url https://core.ravenna.ai/api/tickets/semantic-search \
--header 'x-ravenna-api-token: <api-key>'
{
"items": [
{
"publishedAt": "<string>",
"assignedAt": "<string>",
"assigneeId": "<string>",
"authorId": "<string>",
"shortId": "<string>",
"code": "<string>",
"description": "<string>",
"dueAt": "<string>",
"id": "<string>",
"number": 123,
"priority": "URGENT",
"published": true,
"queue": {
"id": "<string>",
"prefix": "<string>",
"emoji": "<string>",
"workspaceId": "<string>",
"name": "<string>",
"workspace": {
"slug": "<string>"
}
},
"status": {
"id": "<string>",
"label": "<string>",
"order": 123,
"system": true,
"statusGroupId": "<string>",
"statusGroup": {
"id": "<string>",
"label": "<string>",
"workspaceId": "<string>"
},
"requestTypes": [
{
"id": "<string>",
"requestTypeId": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
},
"queueId": "<string>",
"requesterId": "<string>",
"requestType": {
"id": "<string>",
"name": "<string>"
},
"source": "WEB",
"statusId": "<string>",
"title": "<string>",
"requestTypeId": "<string>",
"disableAIResponse": true,
"parentId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"snoozeUntil": "<string>",
"approvedAt": "<string>",
"private": true,
"declinedAt": "<string>",
"startAt": "<string>",
"respondedAt": "<string>",
"resolvedAt": "<string>",
"closedAt": "<string>",
"archivedAt": "<string>",
"slackChannelId": "<string>",
"assignedAIAgent": "<string>",
"approvers": [
{
"id": "<string>"
}
],
"csat": [
{
"score": 123,
"feedback": "<string>"
}
],
"parent": {
"number": 123,
"queue": {
"prefix": "<string>"
}
},
"children": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"number": 123,
"statusId": "<string>",
"legacyStatus": "OPEN"
}
],
"tags": [
{
"id": "<string>",
"name": "<string>",
"color": "<string>"
}
]
}
],
"totalCount": 123,
"nextCursor": "<string>",
"responseType": "<string>"
}
1
1 <= x <= 20
openai
, gemini
, cohere
Was this page helpful?