Authorizations
Response
Minimum length:
1Available options:
Active, Draft, Deprovisioning, Deleted curl --request GET \
--url https://core.ravenna.ai/api/workflows/manual \
--header 'x-ravenna-api-token: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"isTemplate": true,
"collectionId": "<string>",
"author": {
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"image": "<string>"
},
"state": "Active",
"reference": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
]curl --request GET \
--url https://core.ravenna.ai/api/workflows/manual \
--header 'x-ravenna-api-token: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"isTemplate": true,
"collectionId": "<string>",
"author": {
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"image": "<string>"
},
"state": "Active",
"reference": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
]1Show child attributes
Active, Draft, Deprovisioning, Deleted Was this page helpful?