Prefect Cloud REST API
The Prefect Cloud REST API provides programmatic access to Prefect Cloud for orchestrating and managing workflows, deployments, flow runs, task runs, artifacts, and automations. The API follows RESTful conventions with pluralized collection names, snake_case route names, and supports an OpenAPI 3.0 compliant specification. Clients authenticate using API keys passed as Bearer tokens in request headers.
Documentation
Documentation
https://docs.prefect.io/v3/api-ref/rest-api
API Reference
https://app.prefect.cloud/api/docs
Authentication
https://docs.prefect.io/v3/manage/cloud/manage-users/api-keys
Getting Started
https://docs.prefect.io/v3/get-started/quickstart
Specifications
OpenAPI
#Automations
#Deployments
#Flow Runs
#Orchestration
#REST API
#Task Runs
#Workflows