Arize Phoenix Readyz API

The Readyz API from Arize Phoenix — 1 operation(s) for readyz.

OpenAPI Specification

phoenix-readyz-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Arize-Phoenix REST annotation_configs Readyz API
  description: Schema for Arize-Phoenix REST API
  version: '1.0'
tags:
- name: Readyz
paths:
  /readyz:
    get:
      summary: Check Readyz
      operationId: check_readyz_readyz_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Readyz