---
title: "Get a revision's effective current-time context configuration"
method: GET
path: "/v1/assistants/{agent_id}/revisions/{revision_id}/current-time"
tags: ["assistants"]
---

# Get a revision's effective current-time context configuration

`GET /v1/assistants/{agent_id}/revisions/{revision_id}/current-time`

## Path parameters

- `agent_id` string, uuid, required
- `revision_id` string, uuid, required

## 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

## Other responses

- `422` — Validation Error

---

[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)
