Retrieves computed input and vault schemas for a specific workflow
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
CloudCruise API key for authentication
The ID of the workflow
Successful operation
Full JSON schema used to validate run_input_variables, including workflow-level and derived schema constraints.
Schema defining vault credentials and their configuration
{
"USER": {
"type": "credential",
"domain": "https://example.com",
"example": "11223344-5566-7788-9900-112233445566"
}
}