GET
/
workflows
/
apps
/
{app}
/
properties
Get action properties
curl --request GET \
  --url https://core.ravenna.ai/api/workflows/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": [
        "<any>"
      ],
      "outputs": [
        "<any>"
      ]
    }
  ]
}

Authorizations

x-ravenna-api-token
string
header
required

Path Parameters

app
string
required

Response

Successful response

id
string
required
name
string
required
actions
object[]
required