Skip to main content
GET
/
services
/
{service}
/
openapi
Get service OpenAPI
curl --request GET \
  --url https://api.example.com/services/{service}/openapi
{
  "message": "<string>",
  "restate_code": "<string>"
}

Path Parameters

service
string
required

Fully qualified service name.

Response

OpenAPI 3.1 of the service