Temporal Server Frontend API

The Temporal Server Frontend API provides gRPC services for interacting with the Temporal Server, including WorkflowService for managing workflow executions, OperatorService for cluster operations, and HealthService for health checks. Client SDKs and the Temporal CLI use these gRPC services under the hood.

API entry from apis.yml

apis.yml Raw ↑
aid: temporal:server-frontend-api
name: Temporal Server Frontend API
description: The Temporal Server Frontend API provides gRPC services for interacting with the Temporal
  Server, including WorkflowService for managing workflow executions, OperatorService for cluster operations,
  and HealthService for health checks. Client SDKs and the Temporal CLI use these gRPC services under
  the hood.
humanURL: https://docs.temporal.io/self-hosted-guide/server-frontend-api-reference
tags:
- Durable Execution
- gRPC
- Workflows
properties:
- type: Documentation
  url: https://docs.temporal.io/self-hosted-guide/server-frontend-api-reference
- type: GitHubRepository
  url: https://github.com/temporalio/api