Prefect Server REST API
The Prefect Server REST API is the self-hosted variant of the Prefect orchestration API for managing workflows, flow runs, task runs, deployments, and work pools. When running Prefect server locally, the API is available at http://localhost:4200/api and interactive documentation is served at the /docs endpoint. The API can be fully described with an OpenAPI 3.0 compliant document generated from the running server.