Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Restate service_handler API

Service handlers metadata

Restate service_handler API is one of 9 APIs that Restate publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include service_handler. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a GitHub repository, and 2 JSON Schemas.

This API exposes 2 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version 1.4.0.

Requests are made against the base URL http://localhost:9070.

2 operations 2 paths 4 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.4.0
Base URL
http://localhost:9070
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

service_handler 2

Service handlers metadata

GET
/services/{service}/handlers
List Service Handlers
list_service_handlers 1 param → 200400403404409500503
GET
/services/{service}/handlers/{handler}
Get Service Handler
get_service_handler 2 params → 200400403404409500503

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are HandlerMetadata (15 properties), ErrorDescriptionResponse (2 properties), ListServiceHandlersResponse (1 property). Each schema is shown below with its type and property counts.

HandlerMetadata
object
15 properties 3 required
ErrorDescriptionResponse
object
Error details of the response
2 properties 1 required
ListServiceHandlersResponse
object
1 property 1 required
HandlerMetadataType
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

restate-service-handler-api-openapi.yml Raw ↑

Other APIs Restate publishes across the network.

Restate cluster_health API
Restate deployment API
Restate health API
Restate invocation API
Restate openapi API
Restate service API
Restate subscription API
Restate version API