Authorizations
Query Parameters
Response
Successful response
Available options:
collection, workflow Available options:
Active, Draft, Deprovisioning, Deleted 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,
"state": "Active"
}
]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,
"state": "Active"
}
]Successful response
collection, workflow Active, Draft, Deprovisioning, Deleted Was this page helpful?