Skip to content

Get Orchestrations

Request

Overview

Use this API to Get all conversation orchestration details.

Scope

Client application must have 'app.conversation.conversationmgr.manage' or 'app.conversation.conversationmgr.read' scope assigned.

Security
oAuthClient(Required scopes:
https://api.egain.cloud/auth/.de...
)
GET
/orchestrations
curl -i -X GET \
  https://api.egain.cloud/conversation/conversationmgr/v3/orchestrations \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
paginationInfoobject(PaginationInfo)
orchestrationArray of objects(GetOrchestrationData)
Example:
[ { "id": "45a095f4-d0ee-4220-a689-22b541c58f67", "name": "default_orchestration", "description": "Created for Custom channel.", "active": true, "created": "2021-03-21T14:29:01.516Z", "modified": "2021-03-28T14:29:01.516Z", "applications": {} }, { "id": "b5fc053c-77f4-4445-b6df-2e744aef8f4f", "name": "default_orchestration_2", "description": "Created for Custom channel", "active": true, "created": "2021-03-21T14:29:01.516Z", "modified": "2021-03-28T14:29:01.516Z", "applications": {} } ]
Response
{ "orchestration": [ {}, {} ] }