Skip to main content
GET
/
workflow-collections
/
list-all
List combined workflow collections and workflows
curl --request GET \
  --url https://core.ravenna.ai/api/workflow-collections/list-all \
  --header 'x-ravenna-api-token: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "authorId": "<string>",
    "parentId": "<string>",
    "type": "collection",
    "isTemplate": true
  }
]

Authorizations

x-ravenna-api-token
string
header
required

Response

Successful response

id
string
required
name
string
required
description
string | null
required
createdAt
string
required
updatedAt
string
required
authorId
string | null
required
parentId
string | null
required
type
enum<string>
required
Available options:
collection,
workflow
isTemplate
boolean
required