curl --request GET \
--url https://core.ravenna.ai/api/workflow-config/apps/{app}/properties \
--header 'x-ravenna-api-token: <api-key>'{
"id": "<string>",
"name": "<string>",
"actions": [
{
"name": "<string>",
"type": "Action",
"group": "<string>",
"description": "<string>",
"title": "<string>",
"app": "<string>",
"inputs": [
{
"label": "<string>",
"key": "<string>",
"placeholder": "<string>",
"span": 123,
"type": "text",
"resourceType": "organization"
}
],
"outputs": [
{
"label": "<string>",
"key": "<string>",
"placeholder": "<string>",
"span": 123,
"type": "text",
"resourceType": "organization"
}
]
}
]
}curl --request GET \
--url https://core.ravenna.ai/api/workflow-config/apps/{app}/properties \
--header 'x-ravenna-api-token: <api-key>'{
"id": "<string>",
"name": "<string>",
"actions": [
{
"name": "<string>",
"type": "Action",
"group": "<string>",
"description": "<string>",
"title": "<string>",
"app": "<string>",
"inputs": [
{
"label": "<string>",
"key": "<string>",
"placeholder": "<string>",
"span": 123,
"type": "text",
"resourceType": "organization"
}
],
"outputs": [
{
"label": "<string>",
"key": "<string>",
"placeholder": "<string>",
"span": 123,
"type": "text",
"resourceType": "organization"
}
]
}
]
}Was this page helpful?