Step configuration

Get Step Configuration

get

Get the configuration of a specific step.

Args: step_id: ID of the step to get.

Returns: The step configuration.

Authorizations
Path parameters
step_idstring · uuidRequired
Responses
200
Successful Response
application/json
get
GET /api/v1/steps/{step_id}/step-configuration HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "ANY_ADDITIONAL_PROPERTY": "anything"
}

Last updated

Was this helpful?