cURL
curl --request GET \ --url https://api.example.com/services/{service}/openapi
{ "message": "<string>", "restate_code": "<string>" }
Returns the OpenAPI 3.1 specification for the service, describing all handlers and their request/response schemas.
Fully qualified service name.
OpenAPI 3.1 specification document describing the service's API
Was this page helpful?