> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Cell Metadata Endpoint



## OpenAPI

````yaml https://api.ionworks.com/openapi.json get /metadata/cell
openapi: 3.1.0
info:
  title: FastAPI
  version: 0.1.0
servers:
  - url: https://api.ionworks.com
    description: Production
security: []
paths:
  /metadata/cell:
    get:
      tags:
        - metadata
      summary: Get Cell Metadata Endpoint
      operationId: get_cell_metadata_endpoint_metadata_cell_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````