Authorizations
Query Parameters
Required range: 
x >= 1Required range: 
x >= 0Required range: 
1 <= x <= 10000Available 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 >= 1x >= 01 <= x <= 10000asc, desc asc, desc Was this page helpful?