I’m probably being stupid, but does anyone know wh...
# ask-community
j
I’m probably being stupid, but does anyone know where I can find the Prefect Cloud REST API reference?
Can only find docs on Python client and CLI
e
AFAIK prefect server/cloud uses a GraphQL API, rather than a REST API. I have found this regarding the API docs: https://docs.prefect.io/orchestration/ui/interactive-api.html Says that prefect UI has a interactive page to write and inspect graphql queries towards prefect server, and that API docs are inline. If there is a REST API alongside GraphQL, I'm not aware of it.
šŸ‘ 1
j
Thanks šŸ™‚