tailorctl workspace workflow get

Retrieve a workflow by ID or name.

This command fetches workflow details including job functions, versions, and metadata for a specific workflow.

Usage

tailorctl workspace workflow get [flags]

Flags

  -h, --help                   help for get
      --workflow-id string     Workflow ID to retrieve
  -n, --workflow-name string   Workflow name to retrieve

Flags inherited from parent commands

  -w, --workspace_id string   workspace ID (overrides active context)

Examples

tailorctl workspace workflow get --workflow-id wf_12345

tailorctl workspace workflow get --workflow-name my-workflow

tailorctl workspace workflow get -n my-workflow

See also