Workflows

Fetch Workflow Catalog Template

Return a single workflow template by its key.

Returns count=0 when the template is not found. Templates are global metadata and are not scoped to a project.

See: Workflows.

get/workflows/catalog/templates/{template_key}

Path parameters

template_keystring required

Response

Successful Response

countinteger

1 when the template is returned, 0 when not found.

Changes