GET
/
workflows
/
apps
List apps with actions
curl --request GET \
  --url https://core.ravenna.ai/api/workflows/apps \
  --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

Response

Successful response

id
string
required
name
string
required
actions
object[]
required