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
}
]
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
}
]
Was this page helpful?