---
title: "Get Engine config"
method: GET
path: "/v1/config"
tags: ["Operations"]
---

# Get Engine config

`GET /v1/config`

Get the Engine configuration

## Response `200`

OK

- SchemasEngineConfigResponse
  - `dashboard` SchemasDashboardConfigResponse
    - `authority` string
    - `clientId` string
    - `coordinatorUri` string
  - `oauth2` SchemasEngineOAuth2ConfigResponse
    - `callback_url_template` string

## Changes

- **2026-02-04** `6d52b634f482` — 1 warning
  - removed the optional property `director` from the response with the `200` status
- **2026-02-03** `85fa40a220e2` — 1 warning, 1 info
  - removed the optional property `directors` from the response with the `200` status
  - added the optional property `director` to the response with the `200` status
- **2026-01-09** `58eb0d1a9443` — 1 warning
  - removed the optional property `dashboard/redirectUri` from the response with the `200` status

[Change history](https://skmtc.dev/arcadeai/apis/arcade-api/changes/v1/config/get.md)

---

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