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

# Get telemetry retention status

> Return the trace and payload retention policy and the most recent automatic or explicit cleanup results.



## OpenAPI

````yaml /docs/reference/openapi.json get /telemetry/retention
openapi: 3.1.0
info:
  description: >-
    The HTTP API of an agent served with `omniserve run --agent agent.py`: runs,
    approvals, budgets, background tasks, sessions and the evidence of every
    run.
  title: OmniServe
  version: latest
servers:
  - description: omniserve run, locally
    url: http://localhost:8000
security: []
paths:
  /telemetry/retention:
    get:
      tags:
        - Telemetry
      summary: Get telemetry retention status
      description: >-
        Return the trace and payload retention policy and the most recent
        automatic or explicit cleanup results.
      operationId: get_retention_status_telemetry_retention_get
      responses:
        '200':
          content:
            application/json:
              schema:
                additionalProperties: true
                title: Response Get Retention Status Telemetry Retention Get
                type: object
          description: Successful Response

````