Last updated 1 month ago
Was this helpful?
Get the configuration of a specific step.
Args: step_id: ID of the step to get.
Returns: The step configuration.
GET /api/v1/steps/{step_id}/step-configuration HTTP/1.1 Host: Accept: */*
Successful Response
{ "ANY_ADDITIONAL_PROPERTY": "anything" }