---
title: "Get the org-level current-time context configuration"
method: GET
path: "/v1/assistants/current-time"
tags: ["assistants"]
---

# Get the org-level current-time context configuration

`GET /v1/assistants/current-time`

## Response `200`

Successful Response

- CurrentTimeConfigResponse — Effective clock settings, per-field provenance, and raw tier overrides.
  - `enabled` boolean, required
  - `timezone` string, required
  - `enabled_source` 'revision' | 'organization' | 'default', required
  - `timezone_source` 'revision' | 'organization' | 'default', required
  - `organization` CurrentTimeSettings — One tier's optional current-time overrides. ``None`` means inherit for that field. An empty object therefore clears the tier and inherits both values. The API stores only non-null fields.
    - `enabled` boolean, nullable
    - `timezone` string, nullable
  - `revision` CurrentTimeSettings — One tier's optional current-time overrides. ``None`` means inherit for that field. An empty object therefore clears the tier and inherits both values. The API stores only non-null fields.
    - `enabled` boolean, nullable
    - `timezone` string, nullable

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
