GET
/
workflows
/
{workflow_id}
/
metadata
{
  "input_schema": {
    "type": "object",
    "properties": {
      "$EXAMPLE": [
        "string"
      ],
      "$USER_ID": [
        "string"
      ]
    },
    "required": [
      "<string>"
    ]
  }
}

Headers

cc-key
string

CloudCruise API key for authentication

Path Parameters

workflow_id
string
required

The ID of the workflow

Response

200
application/json

Successful operation

The response is of type object.