You can retrieve information about the permissions of an action by using the Orchestrator REST API.

1

Make a GET request and retrieve the ID of the action from the list of returned actions:

GET http://{vcoHost}:{port}/api/actions/
2

Make a GET request at the URL of the action's permissions:

GET http://{vcoHost}:{port}/api/actions/{actionID}/permissions/

If the GET request is successful, you receive the status code 200. Information about the action's permissions is available in the response body.