---
title: "Get resolved bare/workflow runtime configuration"
method: GET
path: "/v1/assistants/{agent_id}/revisions/{revision_id}/effective-runtime-config"
tags: ["assistants"]
---

# Get resolved bare/workflow runtime configuration

`GET /v1/assistants/{agent_id}/revisions/{revision_id}/effective-runtime-config`

## Path parameters

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

## Response `200`

Successful Response

- EffectiveRuntimeConfigResponse — Resolved runtime mode and provenance-bearing behavioral settings.
  - `workflow_enabled` boolean, required
  - `runtime_mode` 'bare' | 'workflow', required
  - `workflow_revision_id` string, uuid, nullable
  - `analyzer` EffectiveAnalyzerConfig, required
    - `active` boolean, required
    - `override` ModelChainEntry
      - `model` string, required
      - `config` ModelConfig
        - `temperature` number, nullable
        - `max_tokens` integer, nullable
        - `top_p` number, nullable
        - `stop_sequences` string[], nullable
        - `reasoning_effort` 'none' | 'minimal' | 'low' | 'medium' | 'high' | 'xhigh' | 'max', nullable
        - `request_timeout_ms` integer, nullable
        - `thinking_budget` integer, nullable
    - `effective_model` string, nullable
    - `effective_config` object, nullable
    - `source` 'assistant_revision' | 'workflow_revision' | 'workflow_router' | 'organization' | 'default', nullable
    - `inactive_reason` 'workflow_disabled' | 'no_effective_workflow', nullable
  - `current_time` CurrentTimeConfigResponse, required — 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)
