---
title: "Getting the current configuration"
method: GET
path: "/v1/config/analytics"
tags: ["Usage Reporting Configuration"]
---

# Getting the current configuration

`GET /v1/config/analytics`

If the Usage Reporting configuration is not set, this endpoint will return a `404`. Once the configuration is set, this endpoint will indicate whether the server will share usage data with the Central team. If the server will share usage data, and contact information was provided, this endpoint will also return the provided work email address and organization name.

## Response `200`

OK

- object
  - `key` string, required — The type of system configuration.
  - `setAt` string, required — ISO date format. The last time this system configuration was set.
  - `value` object, required — Details about the Usage Reporting configuration.
    - `enabled` boolean, required — `true` if the server will share usage data with the Central team and `false` if not.
    - `email` string — The work email address to include with the metrics report.
    - `organization` string — The organization name to include with the metrics report.

## Other responses

- `403` — Forbidden
- `404` — Not Found

## Changes

- **2025-03-13** `e8c2858fd4eb` — 2 breaking, 8 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `404`
  - api operation id `getTheCurrentConfiguration` removed and replaced with `Getting the current configuration`
  - api tag `Usage Reporting Configuration` added
  - …6 more

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/config/analytics/get.md)

---

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