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/workflow-collections \
  --header 'x-ravenna-api-token: <api-key>'{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "emoji": "<string>",
      "icon": "<string>",
      "color": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "deletedAt": "<string>",
      "authorId": "<string>",
      "author": {
        "id": "<string>",
        "firstName": "<string>",
        "lastName": "<string>",
        "email": "<string>",
        "image": "<string>"
      },
      "workspaceId": "<string>",
      "parentCollectionId": "<string>",
      "workflowCount": 123
    }
  ],
  "totalCount": 123,
  "nextCursor": "<string>"
}curl --request GET \
  --url https://core.ravenna.ai/api/workflow-collections \
  --header 'x-ravenna-api-token: <api-key>'{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "emoji": "<string>",
      "icon": "<string>",
      "color": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "deletedAt": "<string>",
      "authorId": "<string>",
      "author": {
        "id": "<string>",
        "firstName": "<string>",
        "lastName": "<string>",
        "email": "<string>",
        "image": "<string>"
      },
      "workspaceId": "<string>",
      "parentCollectionId": "<string>",
      "workflowCount": 123
    }
  ],
  "totalCount": 123,
  "nextCursor": "<string>"
}x >= 1x >= 01 <= x <= 10000asc, desc asc, desc Was this page helpful?