provider Workflow templates GET /api/v2/templates
@utdk/launchdarkly /api/v2/templates
Get workflow templates
Get workflow templates belonging to an account, or can optionally return templates_endpoints.workflowTemplateSummariesListingOutputRep when summary query param is true
summary query
Whether the entire template object or just a summary should be returned
boolean
search query
The substring in either the name or description of a template
string

Try it

Authentication
Configure credentials for LaunchDarkly REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getworkflowtemplates
GET/api/v2/templates
Get workflow templates belonging to an account, or can optionally return templates_endpoints.workflowTemplateSummariesListingOutputRep when summary query param is true

Whether the entire template object or just a summary should be returned

The substring in either the name or description of a template

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.getworkflowtemplates()