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