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

# List unresolved indexing failures

> Operational endpoint; restrict at the deployment boundary.



## OpenAPI

````yaml /reference/openapi.yaml get /sync/failures
openapi: 3.1.0
info:
  title: Oynk Activity API
  version: 1.1.0
  description: >-
    Read-only aggregate onchain and privacy-safe offchain settlement activity,
    plus restricted synchronization operations.
servers:
  - url: /api
security: []
paths:
  /sync/failures:
    get:
      summary: List unresolved indexing failures
      description: Operational endpoint; restrict at the deployment boundary.
      responses:
        '200':
          description: Up to 200 unresolved failures

````