> ## 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.

# List Examples Endpoint

> List available example datasets.



## OpenAPI

````yaml https://api.ionworks.com/openapi.json get /ecm/examples
openapi: 3.1.0
info:
  title: FastAPI
  version: 0.1.0
servers:
  - url: https://api.ionworks.com
    description: Production
security: []
paths:
  /ecm/examples:
    get:
      tags:
        - ecm
      summary: List Examples Endpoint
      description: List available example datasets.
      operationId: list_examples_endpoint_ecm_examples_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  additionalProperties: true
                  type: object
                type: array
                title: Response List Examples Endpoint Ecm Examples Get

````