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": "SEARCH_TERM" }, "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
object
string
Schema defining vault credentials and their configuration
Type of vault entry
credential
Domain associated with the credential
"https://example.com"
Example value for the credential
"11223344-5566-7788-9900-112233445566"
{ "USER": { "type": "credential", "domain": "https://example.com", "example": "11223344-5566-7788-9900-112233445566" }}