Authorizations
Query Parameters
Required range:
x >= 1
Required range:
x >= 0
Required range:
1 <= x <= 10000
Available options:
asc
, desc
Available options:
asc
, desc
curl --request GET \
--url https://core.ravenna.ai/api/tags \
--header 'x-ravenna-api-token: <api-key>'
{
"items": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"color": "tomato",
"workspaceId": "<string>",
"aiGenerated": true,
"createdAt": "<string>",
"updatedAt": "<string>"
}
],
"totalCount": 123,
"nextCursor": "<string>"
}
curl --request GET \
--url https://core.ravenna.ai/api/tags \
--header 'x-ravenna-api-token: <api-key>'
{
"items": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"color": "tomato",
"workspaceId": "<string>",
"aiGenerated": true,
"createdAt": "<string>",
"updatedAt": "<string>"
}
],
"totalCount": 123,
"nextCursor": "<string>"
}
x >= 1
x >= 0
1 <= x <= 10000
asc
, desc
asc
, desc
Was this page helpful?