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

# Api Support Bundle

> Redacted diagnostics archive for support: status, states, audit tail, and
config with secrets stripped. Never includes the portal DB, secret key, or
resolved credential values.



## OpenAPI

````yaml /api/openapi.json get /api/support-bundle
openapi: 3.1.0
info:
  description: >-
    Environment-aware APIs for Platinur configuration, integrations, operations,
    promotions, scheduling, monitoring, and assistant tasks.
  title: Platinur Control Plane API
  version: 1.0.0-rc3
servers:
  - description: Local Platinur control-plane API
    url: http://localhost:8080
security: []
paths:
  /api/support-bundle:
    get:
      tags:
        - Control Plane
      summary: Api Support Bundle
      description: >-
        Redacted diagnostics archive for support: status, states, audit tail,
        and

        config with secrets stripped. Never includes the portal DB, secret key,
        or

        resolved credential values.
      operationId: api_support_bundle_api_support_bundle_get
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response

````