Skip to main content
GET
/
workflows
/
manual
List manual trigger workflows
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>"
  }
]

Authorizations

x-ravenna-api-token
string
header
required

Response

id
string
required
name
string
required
Minimum length: 1
isTemplate
boolean
required
collectionId
string | null
required
author
object | null
required
state
enum<string>
required
Available options:
Active,
Draft,
Deprovisioning,
Deleted
reference
string | null
required
createdAt
string
required
updatedAt
string
required
description
string | null