Skip to main content
GET
Read Settings

Headers

x-prefect-api-version
string

Response

Successful Response

Settings for Prefect using Pydantic settings.

See https://docs.pydantic.dev/latest/concepts/pydantic_settings

home
string<path>
default:~/.prefect

The path to the Prefect home directory. Defaults to ~/.prefect

profiles_path
string<path>

The path to a profiles configuration file. Supports $PREFECT_HOME templating. Defaults to $PREFECT_HOME/profiles.toml.

debug_mode
boolean
default:false

If True, enables debug mode which may provide additional logging and debugging features.

api
APISettings · object

Settings for interacting with the Prefect API

cli
CLISettings · object

Settings for controlling CLI behavior

client
ClientSettings · object

Settings for controlling API client behavior

cloud
CloudSettings · object

Settings for interacting with Prefect Cloud

deployments
DeploymentsSettings · object

Settings for configuring deployments defaults

events
EventsSettings · object

Settings for controlling events behavior

experiments
ExperimentsSettings · object

Settings for controlling experimental features

flows
FlowsSettings · object

Settings for controlling flow behavior

internal
InternalSettings · object

Settings for internal Prefect machinery

logging
LoggingSettings · object

Settings for controlling logging behavior

plugins
PluginsSettings · object

Settings for the plugin system.

results
ResultsSettings · object

Settings for controlling result storage behavior

runner
RunnerSettings · object

Settings for controlling runner behavior

server
ServerSettings · object

Settings for controlling server behavior

tasks
TasksSettings · object

Settings for controlling task behavior

telemetry
TelemetrySettings · object

Settings for configuring telemetry collection

testing
TestingSettings · object

Settings used during testing

worker
WorkerSettings · object

Settings for controlling worker behavior

ui_url
string | null

The URL of the Prefect UI. If not set, the client will attempt to infer it.

silence_api_url_misconfiguration
boolean
default:false