v1

latestOpenAPI 3.0.12026-07-26152262362.2 KB
Templates
CloudFlow

List templates

Returns the catalogue of available CloudFlow templates (blueprints). Templates are read-only. To create a flow from a template, use POST /flows with a templateId.

get/cloudflow/v1/templates

Query parameters

maxResultsinteger

Maximum number of templates to return (1–500). Defaults to 50.

pageTokenstring

Opaque cursor for the next page, taken from pageToken in the previous response. Omit to start from the beginning.

Response

OK

pageTokenstring nullable

Opaque cursor for the next page. null when there are no more results.

rowCountinteger nullable

Total number of templates matching the current query.