Parameters
uuid.UUID
required
The ID of the storage location.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
location, err := client.Automations.GetStorageLocation(ctx, storageLocationID)
func (automationClient) GetStorageLocation(
ctx context.Context,
storageLocationID uuid.UUID,
) (*workflows.StorageLocation, error)
location, err := client.Automations.GetStorageLocation(ctx, storageLocationID)
Was this page helpful?