Retrieve workflow templates
Get all of the possible Workflow Templates owned by the team. Useful for retrieving the ids corresponding to each workflow tables, and passing them to subsequent requests, for example, creating a new Job with a specific Workflow.
Example CURL:
bash curl -X GET 'https://api.lilt.com/v2/workflows/templates?key=API_KEY'
Documentation Index
Fetch the complete documentation index at: https://support.lilt.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response
An array with a team's available WorkflowTemplates.
Identifier of a teams Workflow template. Can be used during Job creation for specifying the workflow used for a job or language pair.
15
"Translate > Review > Customer Review"
The name of a given Workflow template.
100
The stages in this workflow template.

