Skip to main content
GET
/
v1
/
system-workflows
List system workflows
curl --request GET \
  --url https://app.galaxy.ai/api/v1/system-workflows \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "slug": "<string>",
      "thumbnailUrl": "<string>",
      "nodeType": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

items
object[]
required