Back to Prefect

Server API Overview

docs/v3/api-ref/rest-api/server/index.mdx

3.7.1.dev7559 B
Original Source

The self-hosted Prefect server API is organized around REST. Select links in the left navigation menu to explore.

Learn about self-hosting Prefect server.

The generated OpenAPI schema for the self-hosted Prefect server API is published at /v3/api-ref/rest-api/server/schema.json. A running Prefect server also serves its schema from the /openapi.json endpoint of the REST API app, such as http://localhost:4200/api/openapi.json when using the default local server.