Get Debug Configuration

Get Debug Configuration

Applicable only for supported runtimes

Request
URI
GET
https://{api_host}/vco/api/debugger/{executionId}/configuration
COPY
Path Parameters
string
executionId
Required

executionId


Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful

Operation doesn't return any data structure

401

The user is not authorized

Operation doesn't return any data structure

404

Cannot find an execution with the specified ID or the user does not have 'read' access rights for that workflow/action

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/debugger/{executionId}/configuration