cURL
curl --request GET \ --url https://api.example.com/api/admin/version
"<string>"
Returns the Prefect version number
Successful Response
The response is of type string.
string
Was this page helpful?