---
title: "Get OTLP environment settings"
method: GET
path: "/otlp/settings"
tags: ["events"]
---

# Get OTLP environment settings

`GET /otlp/settings`

## Response `200`

OK

- object
  - `data` OTLPEnvironmentSettingsResponseData, required
    - `company_attribute` string, nullable
    - `company_key` string, nullable
    - `created_at` string, date-time, required
    - `environment_id` string, required
    - `tool_events_enabled` boolean, required
    - `updated_at` string, date-time, required
    - `user_attribute` string, nullable
    - `user_key` string, nullable
  - `params` object, required — Input parameters

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

- **2026-09-03** `b46b3a8db39c` — 1 info
  - added the required property `data/tool_events_enabled` to the response with the `200` status
- **2026-09-03** `b1d2f71e8ce8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/schematichq/apis/schematic-api/changes/otlp/settings/get.md)

---

[API](https://skmtc.dev/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.dev/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/schematichq/schematic-api/revisions/bd7049a222dd/schema)
