Parameters
string
required
The workflow slug.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
workflow, err := client.Workflows.Get(ctx, "scene-processing")
workflow, err := client.Workflows.Get(ctx, "scene-processing")
func (workflowClient) Get(
ctx context.Context,
slug string,
) (*workflows.Workflow, error)
workflow, err := client.Workflows.Get(ctx, "scene-processing")
Was this page helpful?