cURL
curl --request GET \ --url https://api.cloudcruise.com/workflows/{workflow_id}/metadata
{ "input_schema": { "type": "object", "properties": { "STATE": [ "string" ], "SEARCH_TERM": [ "string" ], "USER": "<string>" }, "required": [ "<string>" ] }, "vault_schema": { "USER": { "type": "credential", "domain": "https://example.com", "example": "11223344-5566-7788-9900-112233445566" } } }
Retrieves the JSON schema of the input variables for a specific workflow
CloudCruise API key for authentication
The ID of the workflow
Successful operation
Show child attributes
Schema defining vault credentials and their configuration
{ "USER": { "type": "credential", "domain": "https://example.com", "example": "11223344-5566-7788-9900-112233445566" }}