Skip to main content
GET
/
engine
Get List
curl --request GET \
  --url http://{host}:{port}/{contextPath}/engine \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "name": "default"
  },
  {
    "name": "anotherEngineName"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

Request successful.

name
string | null

The name of the process engine.