Authorizations
Path Parameters
Response
Successful response
Minimum length:
1
Available options:
Active
, Draft
, Deprovisioning
, Deleted
curl --request GET \
--url https://core.ravenna.ai/api/workflows/{id} \
--header 'x-ravenna-api-token: <api-key>'
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"connections": [
{
"label": "<string>",
"sourceId": "<string>",
"targetId": "<string>",
"criteria": "<any>",
"id": "<string>"
}
],
"collectionId": "<string>",
"steps": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"action": "<string>",
"inputs": {},
"metadata": {
"groupId": "<string>",
"isHidden": true,
"isNotDeletable": true,
"isNotDuplicable": true,
"isNotReOrdable": true
}
}
],
"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/{id} \
--header 'x-ravenna-api-token: <api-key>'
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"connections": [
{
"label": "<string>",
"sourceId": "<string>",
"targetId": "<string>",
"criteria": "<any>",
"id": "<string>"
}
],
"collectionId": "<string>",
"steps": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"action": "<string>",
"inputs": {},
"metadata": {
"groupId": "<string>",
"isHidden": true,
"isNotDeletable": true,
"isNotDuplicable": true,
"isNotReOrdable": true
}
}
],
"author": {
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"image": "<string>"
},
"state": "Active",
"reference": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
Successful response
1
Show child attributes
Show child attributes
Show child attributes
Active
, Draft
, Deprovisioning
, Deleted
Was this page helpful?