# Prefect ## Docs - [Welcome to Prefect](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/get-started/index.md): Get started with Prefect, the easiest way to orchestrate and observe your data pipelines - [Install Prefect](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/get-started/install.md) - [Quickstart](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/get-started/quickstart.md): Get started with Prefect, the easiest way to orchestrate and observe your data pipelines - [Write and run flows](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/write-flows.md): Learn the basics of defining and running flows. - [Run tasks in the background](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/deferred-tasks.md): See examples of using Prefect tasks and the task worker. - [Log run activity](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/logging.md): Capture fine-grained information about flows and tasks for monitoring, troubleshooting, and auditing. - [Manage results](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/results.md): Results represent the data returned by a flow or a task. - [Create run artifacts](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/artifacts.md): Prefect artifacts are persisted outputs designed for human consumption and available in the UI. - [Set and get variables](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/variables.md): Prefect variables are dynamically-named, mutable string values. - [Connect to external systems](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/blocks.md): Prefect blocks package configuration storage, infrastructure, and secrets for use with deployments or flow scripts. - [Manage cloud-hosted data](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/interact-with-data.md): Move data to and from cloud provider storage. - [Recover from failure](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/recover-from-failure.md): Learn how to automatically retry tasks on failure. - [Execute code on state changes](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/state-hooks.md): Execute code in response to a flow or task entering a given state, without involvement of the Prefect API. - [Pause and resume flow runs](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/pause-resume.md): Learn the different ways to pause, suspend, and resume a flow run. - [Send and receive flow run inputs](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/inputs.md): Learn how to create interactive workflows with Prefect. - [Access runtime context](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/runtime-context.md): The runtime context allows global access to information about the current run. - [Run tasks concurrently or in parallel](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/task-runners.md): Learn how to use task runners for concurrent, parallel or distributed execution of tasks. - [Limit concurrent task runs](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/task-run-limits.md): Prevent too many tasks from running simultaneously. - [Apply concurrency and rate limits](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/global-concurrency-limits.md): Learn how to control concurrency and apply rate limits using Prefect's provided utilities. - [Test workflows](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/develop/test-workflows.md): Learn about writing tests for Prefect flows and tasks. - [Deploy flows](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/deploy/serve-flows/deploy-a-flow.md): Learn how to configure flows for scheduled and remote execution. - [Serve flows](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/deploy/serve-flows/serve-a-flow.md): Create a deployment for a flow by calling the `serve` method. - [Push work to serverless computing infrastructure](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/deploy/dynamic-infra/push-runs-serverless.md): Learn how to use Prefect push work pools to schedule work on serverless infrastructure without having to run a worker. - [Workers](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/deploy/dynamic-infra/push-runs-remote.md): Learn how Prefect flow deployments enable configuring flows for scheduled and remote execution with workers. - [Store flow code](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/deploy/dynamic-infra/retrieve-flow-code.md): Learn about where to store your flow code. - [Override work pool job variables](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/deploy/dynamic-infra/customize.md): Learn how to override job variables on a work pool for a given deployment. - [Run Flows with Docker](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/deploy/dynamic-infra/deploy-docker.md): Learn how to store your flow code in a Docker image and serve your flow on any docker-compatible infrastructure. - [Run flows with Kubernetes](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/deploy/dynamic-infra/deploy-kubernetes.md): Learn how to run flows on Kubernetes using containers. - [CI/CD with Prefect](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/deploy/dynamic-infra/deploy-ci-cd.md): CI/CD resources for working with Prefect. - [Work pools and workers](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/deploy/work-pools/control-runs.md): Prefect work pools route deployment flow runs to workers. Prefect workers poll work pools for new runs to execute. - [Managed execution](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/deploy/work-pools/managed-execution.md): Learn how Prefect will run your deployment on our infrastructure. - [Create schedules](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/automate/add-schedules.md): Prefect can schedule when to automatically create new flow runs based on your deployments. - [Track activity through events](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/automate/events/events.md): An event is a notification of a change, creating a history of activity in your stack. - [Trigger actions on events](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/automate/events/automations-triggers.md): Automations provide a flexible and powerful framework for automatically taking action in response to events. - [Define custom event triggers](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/automate/events/custom-triggers.md): Define a custom trigger to react to many kinds of events and metrics. - [Receive events with webhooks](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/automate/events/webhook-triggers.md): Observe and respond to events from other systems. - [Manage incidents](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/automate/incidents.md): Incidents in Prefect Cloud help identify, resolve, and document issues in mission-critical workflows. - [What's Prefect Cloud?](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/index.md): Observe and orchestrate your workflow applications with the Prefect Cloud platform. - [Connect to Prefect Cloud](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/connect-to-cloud.md): Configure a local execution environment to access Prefect Cloud. - [Workspaces](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/workspaces.md): Organize and compartmentalize your workflows with Workspaces. - [User accounts](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/manage-users/index.md): Special features for Prefect Cloud users - [User and service account roles](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/manage-users/manage-roles.md): Configure user workspace roles in Prefect Cloud. - [Manage Prefect Cloud API keys](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/manage-users/api-keys.md): Create an API key to access Prefect Cloud from a local execution environment. - [Service accounts](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/manage-users/service-accounts.md): Workspaces are isolated environments for flows and deployments within Prefect Cloud. - [Single Sign-on](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/manage-users/configure-sso.md): Configure single sign-on (SSO) for your Prefect Cloud users. - [Audit log](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/manage-users/audit-logs.md): Monitor user access and activity with audit logs in Prefect Cloud. - [Object Access Control Lists](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/manage-users/object-access-control-lists.md): Restrict block and deployment access to individual actors within a workspace. - [Teams](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/manage-users/manage-teams.md): Manage teams of users in Prefect Cloud. - [Rate limits and metadata retention](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/rate-limits.md): Prefect Cloud API rate limits. - [Terraform provider](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/terraform-provider.md) - [Troubleshoot Prefect Cloud](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/cloud/troubleshoot-cloud.md): Learn tips and tricks and common solutions for troubleshooting Prefect Cloud. - [Host Prefect server](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/self-host.md): Learn how to self-host your own Prefect server instance. - [Configure settings and profiles](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/configure-client.md): Prefect settings let you customize your workflow environment, including working with Prefect server and Prefect Cloud. - [Manipulate run metadata in Python](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/manage/interact-with-api.md): Learn how to use the `PrefectClient` to interact with the API. - [Upgrade from agents to workers](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/resources/upgrade-agents-to-workers.md): Learn how to upgrade from agents to workers to significantly enhance the experience of deploying flows. - [Cancel flow runs](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/resources/cancel.md): Learn the different ways to cancel a flow run. - [Visualize flow structure](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/resources/visualize-flow-structure.md): Learn how to view the overall structure of your flow. - [Daemonize worker processes](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/resources/daemonize-processes.md): Learn how Prefect flow deployments enable configuring flows for scheduled and remote execution with workers. - [Process big data](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/resources/big-data.md): Guidance for using Prefect with big data. - [Execute shell commands as flows](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/resources/cli-shell.md): Learn how to use the Prefect CLI for executing shell commands as flows. - [Access third-party secrets](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/resources/secrets.md): Connect to services without storing credentials in blocks. - [Python](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/python/index.md): The Prefect Python SDK enables you to interact programmatically with Prefect's API - [Rest api](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/rest-api/index.md): Prefect REST API for interacting with the orchestration engine and Prefect Cloud. - [Prefect Cloud REST API Reference](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/rest-api/cloud-rest-api-reference.md) - [Server](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/index.md): The Prefect Python SDK API enables you to interact programmatically with the Server REST API and Prefect Cloud. - [Health Check](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/root/health-check.md) - [Server Version](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/root/server-version.md) - [Hello](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/root/hello.md): Say hello! - [Perform Readiness Check](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/root/perform-readiness-check.md) - [Create Flow](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flows/create-flow.md): Gracefully creates a new flow from the provided schema. If a flow with the same name already exists, the existing flow is returned. - [Read Flow](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flows/read-flow.md): Get a flow by id. - [Delete Flow](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flows/delete-flow.md): Delete a flow by id. - [Update Flow](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flows/update-flow.md): Updates a flow. - [Count Flows](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flows/count-flows.md): Count flows. - [Read Flow By Name](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flows/read-flow-by-name.md): Get a flow by name. - [Read Flows](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flows/read-flows.md): Query for flows. - [Paginate Flows](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flows/paginate-flows.md): Pagination query for flows. - [Count Deployments By Flow](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flows/count-deployments-by-flow.md): Get deployment counts by flow id. - [Next Runs By Flow](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flows/next-runs-by-flow.md): Get the next flow run by flow id. - [Create Flow Run](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/create-flow-run.md): Create a flow run. If a flow run with the same flow_id and idempotency key already exists, the existing flow run will be returned. - [Read Flow Run](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/read-flow-run.md): Get a flow run by id. - [Delete Flow Run](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/delete-flow-run.md): Delete a flow run by id. - [Update Flow Run](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/update-flow-run.md): Updates a flow run. - [Count Flow Runs](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/count-flow-runs.md): Query for flow runs. - [Average Flow Run Lateness](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/average-flow-run-lateness.md): Query for average flow-run lateness in seconds. - [Flow Run History](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/flow-run-history.md): Query for flow run history data across a given range and interval. - [Read Flow Run Graph V1](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/read-flow-run-graph-v1.md): Get a task run dependency map for a given flow run. - [Read Flow Run Graph V2](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/read-flow-run-graph-v2.md): Get a graph of the tasks and subflow runs for the given flow run - [Resume Flow Run](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/resume-flow-run.md): Resume a paused flow run. - [Read Flow Runs](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/read-flow-runs.md): Query for flow runs. - [Set Flow Run State](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/set-flow-run-state.md): Set a flow run state, invoking any orchestration rules. - [Create Flow Run Input](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/create-flow-run-input.md): Create a key/value input for a flow run. - [Filter Flow Run Input](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/filter-flow-run-input.md): Filter flow run inputs by key prefix - [Read Flow Run Input](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/read-flow-run-input.md): Create a value from a flow run input - [Delete Flow Run Input](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/delete-flow-run-input.md): Delete a flow run input - [Read Flow Runs](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/paginate-flow-runs.md): Query for flow runs. - [Read Flow Run History](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/read-flow-run-history.md) - [Count Task Runs By Flow Run](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-runs/count-task-runs-by-flow-run.md): Get task run counts by flow run id. - [Create Task Run](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/task-runs/create-task-run.md): Create a task run. If a task run with the same flow_run_id, task_key, and dynamic_key already exists, the existing task run will be returned. - [Read Task Run](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/task-runs/read-task-run.md): Get a task run by id. - [Delete Task Run](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/task-runs/delete-task-run.md): Delete a task run by id. - [Update Task Run](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/task-runs/update-task-run.md): Updates a task run. - [Count Task Runs](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/task-runs/count-task-runs.md): Count task runs. - [Task Run History](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/task-runs/task-run-history.md): Query for task run history data across a given range and interval. - [Read Task Runs](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/task-runs/read-task-runs.md): Query for task runs. - [Set Task Run State](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/task-runs/set-task-run-state.md): Set a task run state, invoking any orchestration rules. - [Read Dashboard Task Run Counts](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/task-runs/read-dashboard-task-run-counts.md) - [Read Task Run Counts By State](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/task-runs/read-task-run-counts-by-state.md) - [Read Flow Run State](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-run-states/read-flow-run-state.md): Get a flow run state by id. - [Read Flow Run States](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-run-states/read-flow-run-states.md): Get states associated with a flow run. - [Read Task Run State](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/task-run-states/read-task-run-state.md): Get a task run state by id. - [Read Task Run States](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/task-run-states/read-task-run-states.md): Get states associated with a task run. - [Create Flow Run Notification Policy](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-run-notification-policies/create-flow-run-notification-policy.md): Creates a new flow run notification policy. - [Read Flow Run Notification Policy](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-run-notification-policies/read-flow-run-notification-policy.md): Get a flow run notification policy by id. - [Delete Flow Run Notification Policy](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-run-notification-policies/delete-flow-run-notification-policy.md): Delete a flow run notification policy by id. - [Update Flow Run Notification Policy](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-run-notification-policies/update-flow-run-notification-policy.md): Updates an existing flow run notification policy. - [Read Flow Run Notification Policies](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/flow-run-notification-policies/read-flow-run-notification-policies.md): Query for flow run notification policies. - [Create Deployment](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/create-deployment.md): Gracefully creates a new deployment from the provided schema. If a deployment with the same name and flow_id already exists, the deployment is updated. - [Read Deployment](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/read-deployment.md): Get a deployment by id. - [Delete Deployment](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/delete-deployment.md): Delete a deployment by id. - [Update Deployment](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/update-deployment.md) - [Read Deployment By Name](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/read-deployment-by-name.md): Get a deployment using the name of the flow and the deployment. - [Read Deployments](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/read-deployments.md): Query for deployments. - [Paginate Deployments](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/paginate-deployments.md): Pagination query for flow runs. - [Get Scheduled Flow Runs For Deployments](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/get-scheduled-flow-runs-for-deployments.md): Get scheduled runs for a set of deployments. Used by a runner to poll for work. - [Count Deployments](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/count-deployments.md): Count deployments. - [Schedule Deployment](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/schedule-deployment.md): Schedule runs for a deployment. For backfills, provide start/end times in the past. - [Resume Deployment](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/resume-deployment.md): Set a deployment schedule to active. Runs will be scheduled immediately. - [Resume Deployment](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/resume-deployment-1.md): Set a deployment schedule to active. Runs will be scheduled immediately. - [Pause Deployment](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/pause-deployment.md): Set a deployment schedule to inactive. Any auto-scheduled runs still in a Scheduled state will be deleted. - [Pause Deployment](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/pause-deployment-1.md): Set a deployment schedule to inactive. Any auto-scheduled runs still in a Scheduled state will be deleted. - [Create Flow Run From Deployment](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/create-flow-run-from-deployment.md): Create a flow run from a deployment. - [Work Queue Check For Deployment](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/work-queue-check-for-deployment.md): Get list of work-queues that are able to pick up the specified deployment. - [Read Deployment Schedules](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/read-deployment-schedules.md) - [Create Deployment Schedules](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/create-deployment-schedules.md) - [Delete Deployment Schedule](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/delete-deployment-schedule.md) - [Update Deployment Schedule](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/deployments/update-deployment-schedule.md) - [Create Saved Search](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/savedsearches/create-saved-search.md): Gracefully creates a new saved search from the provided schema. - [Read Saved Search](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/savedsearches/read-saved-search.md): Get a saved search by id. - [Delete Saved Search](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/savedsearches/delete-saved-search.md): Delete a saved search by id. - [Read Saved Searches](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/savedsearches/read-saved-searches.md): Query for saved searches. - [Create Logs](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/logs/create-logs.md): Create new logs from the provided schema. - [Read Logs](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/logs/read-logs.md): Query for logs. - [Create Concurrency Limit](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits/create-concurrency-limit.md) - [Read Concurrency Limit](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits/read-concurrency-limit.md): Get a concurrency limit by id. - [Delete Concurrency Limit](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits/delete-concurrency-limit.md) - [Read Concurrency Limit By Tag](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits/read-concurrency-limit-by-tag.md): Get a concurrency limit by tag. - [Delete Concurrency Limit By Tag](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits/delete-concurrency-limit-by-tag.md) - [Read Concurrency Limits](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits/read-concurrency-limits.md): Query for concurrency limits. - [Reset Concurrency Limit By Tag](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits/reset-concurrency-limit-by-tag.md) - [Create Concurrency Limit V2](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits-v2/create-concurrency-limit-v2.md) - [Read Concurrency Limit V2](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits-v2/read-concurrency-limit-v2.md) - [Delete Concurrency Limit V2](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits-v2/delete-concurrency-limit-v2.md) - [Update Concurrency Limit V2](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits-v2/update-concurrency-limit-v2.md) - [Read All Concurrency Limits V2](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits-v2/read-all-concurrency-limits-v2.md) - [Bulk Increment Active Slots](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits-v2/bulk-increment-active-slots.md) - [Bulk Decrement Active Slots](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/concurrency-limits-v2/bulk-decrement-active-slots.md) - [Create Block Type](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-types/create-block-type.md): Create a new block type - [Read Block Type By Id](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-types/read-block-type-by-id.md): Get a block type by ID. - [Delete Block Type](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-types/delete-block-type.md) - [Update Block Type](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-types/update-block-type.md): Update a block type. - [Read Block Type By Slug](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-types/read-block-type-by-slug.md): Get a block type by name. - [Read Block Types](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-types/read-block-types.md): Gets all block types. Optionally limit return with limit and offset. - [Read Block Documents For Block Type](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-types/read-block-documents-for-block-type.md) - [Read Block Document By Name For Block Type](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-types/read-block-document-by-name-for-block-type.md) - [Install System Block Types](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-types/install-system-block-types.md) - [Create Block Document](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-documents/create-block-document.md): Create a new block document. - [Read Block Documents](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-documents/read-block-documents.md): Query for block documents. - [Count Block Documents](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-documents/count-block-documents.md): Count block documents. - [Read Block Document By Id](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-documents/read-block-document-by-id.md) - [Delete Block Document](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-documents/delete-block-document.md) - [Update Block Document Data](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-documents/update-block-document-data.md) - [Create Work Pool](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/create-work-pool.md): Creates a new work pool. If a work pool with the same name already exists, an error will be raised. - [Read Work Pool](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/read-work-pool.md): Read a work pool by name - [Delete Work Pool](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/delete-work-pool.md): Delete a work pool - [Update Work Pool](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/update-work-pool.md): Update a work pool - [Read Work Pools](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/read-work-pools.md): Read multiple work pools - [Count Work Pools](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/count-work-pools.md): Count work pools - [Get Scheduled Flow Runs](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/get-scheduled-flow-runs.md): Load scheduled runs for a worker - [Create Work Queue](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/create-work-queue.md): Creates a new work pool queue. If a work pool queue with the same name already exists, an error will be raised. - [Read Work Queue](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/read-work-queue.md): Read a work pool queue - [Delete Work Queue](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/delete-work-queue.md): Delete a work pool queue - [Update Work Queue](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/update-work-queue.md): Update a work pool queue - [Read Work Queues](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/read-work-queues.md): Read all work pool queues - [Worker Heartbeat](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/worker-heartbeat.md) - [Read Workers](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/read-workers.md): Read all worker processes - [Delete Worker](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-pools/delete-worker.md): Delete a work pool's worker - [Create Work Queue](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-queues/create-work-queue.md): Creates a new work queue. - [Read Work Queue](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-queues/read-work-queue.md): Get a work queue by id. - [Delete Work Queue](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-queues/delete-work-queue.md): Delete a work queue by id. - [Update Work Queue](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-queues/update-work-queue.md): Updates an existing work queue. - [Read Work Queue By Name](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-queues/read-work-queue-by-name.md): Get a work queue by id. - [Read Work Queue Runs](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-queues/read-work-queue-runs.md): Get flow runs from the work queue. - [Read Work Queues](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-queues/read-work-queues.md): Query for work queues. - [Read Work Queue Status](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/work-queues/read-work-queue-status.md): Get the status of a work queue. - [Create Artifact](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/artifacts/create-artifact.md) - [Read Artifact](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/artifacts/read-artifact.md): Retrieve an artifact from the database. - [Delete Artifact](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/artifacts/delete-artifact.md): Delete an artifact from the database. - [Update Artifact](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/artifacts/update-artifact.md): Update an artifact in the database. - [Read Latest Artifact](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/artifacts/read-latest-artifact.md): Retrieve the latest artifact from the artifact table. - [Read Artifacts](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/artifacts/read-artifacts.md): Retrieve artifacts from the database. - [Read Latest Artifacts](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/artifacts/read-latest-artifacts.md): Retrieve artifacts from the database. - [Count Artifacts](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/artifacts/count-artifacts.md): Count artifacts from the database. - [Count Latest Artifacts](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/artifacts/count-latest-artifacts.md): Count artifacts from the database. - [Create Block Schema](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-schemas/create-block-schema.md) - [Read Block Schema By Id](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-schemas/read-block-schema-by-id.md): Get a block schema by id. - [Delete Block Schema](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-schemas/delete-block-schema.md): Delete a block schema by id. - [Read Block Schemas](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-schemas/read-block-schemas.md): Read all block schemas, optionally filtered by type - [Read Block Schema By Checksum](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-schemas/read-block-schema-by-checksum.md) - [Read Available Block Capabilities](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/block-capabilities/read-available-block-capabilities.md) - [Read View Content](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/collections/read-view-content.md): Reads the content of a view from the prefect-collection-registry. - [Create Variable](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/variables/create-variable.md) - [Read Variable](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/variables/read-variable.md) - [Delete Variable](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/variables/delete-variable.md) - [Update Variable](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/variables/update-variable.md) - [Read Variable By Name](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/variables/read-variable-by-name.md) - [Delete Variable By Name](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/variables/delete-variable-by-name.md) - [Update Variable By Name](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/variables/update-variable-by-name.md) - [Read Variables](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/variables/read-variables.md) - [Count Variables](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/variables/count-variables.md) - [Create Events](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/events/create-events.md): Record a batch of Events - [Read Events](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/events/read-events.md): Queries for Events matching the given filter criteria in the given Account. Returns the first page of results, and the URL to request the next page (if there are more results). - [Read Account Events Page](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/events/read-account-events-page.md): Returns the next page of Events for a previous query against the given Account, and the URL to request the next page (if there are more results). - [Count Account Events](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/events/count-account-events.md): Returns distinct objects and the count of events associated with them. Objects that can be counted include the day the event occurred, the type of event, or the IDs of the resources associated with the event. - [Create Automation](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/automations/create-automation.md) - [Read Automation](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/automations/read-automation.md) - [Update Automation](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/automations/update-automation.md) - [Delete Automation](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/automations/delete-automation.md) - [Patch Automation](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/automations/patch-automation.md) - [Read Automations](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/automations/read-automations.md) - [Count Automations](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/automations/count-automations.md) - [Read Automations Related To Resource](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/automations/read-automations-related-to-resource.md) - [Delete Automations Owned By Resource](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/automations/delete-automations-owned-by-resource.md) - [Validate Template](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/automations/validate-template.md) - [Validate Obj](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/ui/validate-obj.md) - [Read Settings](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/admin/read-settings.md): Get the current Prefect REST API settings. - [Read Version](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/admin/read-version.md): Returns the Prefect version number - [Clear Database](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/admin/clear-database.md): Clear all database tables without dropping them. - [Drop Database](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/admin/drop-database.md): Drop all database objects. - [Create Database](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/admin/create-database.md): Create all database objects. - [Create Csrf Token](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/create-csrf-token.md): Create or update a CSRF token for a client - [Integrations](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/integrations.md): Prefect integrations are PyPI packages you can install to help you build integrate your workflows with third parties. - [Use integrations](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/use-integrations.md): Prefect integrations are PyPI packages you can install to help you build integrate your workflows with third parties. - [prefect-aws](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-aws/index.md) - [ECS Worker Guide](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-aws/ecs_guide.md) - [prefect-azure](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-azure/index.md) - [Azure Container Instances Worker Guide](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-azure/aci_worker.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-azure/sdk.md) - [prefect-bitbucket](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-bitbucket/index.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-bitbucket/sdk.md) - [prefect-dask](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-dask/index.md): Accelerate your workflows by running tasks in parallel with Dask - [Usage Guide](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-dask/usage_guide.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-dask/sdk.md) - [prefect-databricks](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-databricks/index.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-databricks/sdk.md) - [prefect-dbt](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-dbt/index.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-dbt/sdk.md) - [prefect-docker](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-docker/index.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-docker/sdk.md) - [prefect-email](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-email/index.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-email/sdk.md) - [prefect-gcp](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-gcp/index.md) - [Google Cloud Run Worker Guide](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-gcp/gcp-worker-guide.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-gcp/sdk.md) - [prefect-github](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-github/index.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-github/sdk.md) - [prefect-gitlab](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-gitlab/index.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-gitlab/sdk.md) - [prefect-kubernetes](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-kubernetes/index.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-kubernetes/sdk.md) - [prefect-ray](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-ray/index.md): Accelerate your workflows by running tasks in parallel with Ray - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-ray/sdk.md) - [prefect-shell](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-shell/index.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-shell/sdk.md) - [prefect-slack](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-slack/index.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-slack/sdk.md) - [prefect-snowflake](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-snowflake/index.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-snowflake/sdk.md) - [Prefect sqlalchemy](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-sqlalchemy/index.md) - [SDK docs](https://prefect-bd373955-pytest-markdown.mintlify.site/integrations/prefect-sqlalchemy/sdk.md) - [Contribute](https://prefect-bd373955-pytest-markdown.mintlify.site/contribute/index.md): Join the community, improve Prefect, and share integrations - [How to Contribute](https://prefect-bd373955-pytest-markdown.mintlify.site/contribute/dev-contribute.md): Learn how to set up Prefect for development and experimentation. - [Styles and practices](https://prefect-bd373955-pytest-markdown.mintlify.site/contribute/styles-practices.md) - [Develop a new worker type](https://prefect-bd373955-pytest-markdown.mintlify.site/contribute/develop-a-new-worker-type.md): Learn how to create a Prefect worker to run your flows. - [Contribute integrations](https://prefect-bd373955-pytest-markdown.mintlify.site/contribute/contribute-integrations.md) - [Code of Conduct](https://prefect-bd373955-pytest-markdown.mintlify.site/contribute/code-of-conduct.md) ## OpenAPI Specs - [schema](https://prefect-bd373955-pytest-markdown.mintlify.site/3.0rc/api-ref/server/schema.json) ## Optional - [GitHub](https://github.com/PrefectHQ/prefect) - [Community](https://communityinviter.com/apps/prefect-community/prefect-community) - [Prefect.io](https://www.prefect.io/)