---
title: "Get the configuration data"
method: GET
path: "/api/configs"
tags: ["data"]
---

# Get the configuration data

`GET /api/configs`

## Headers

- `x-artemis-api-key` string, uuid, required

## Cookies

- `sid` string, required

## Response `200`

configs

- Configs
  - `configs` object[]
    - `raw_config` string
    - `comment` string
    - `time_modified` string

## Changes

- **2026-07-17** `5b8190369db2` — 1 breaking, 1 info
  - added the new required `cookie` request parameter `sid`
  - added the media type `application/json` for the response with the status `200`
- **2021-05-17** `da59f21f77ce` — 1 breaking, 1 warning
  - removed the media type `application/json` for the response with the status `200`
  - deleted the `cookie` request parameter `sid`

[Change history](https://skmtc.dev/forth-ics-inspire/apis/artemis-web-api/changes/api/configs/get.md)

---

[API](https://skmtc.dev/forth-ics-inspire/apis/artemis-web-api.md) · [All operations](https://skmtc.dev/forth-ics-inspire/apis/artemis-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forth-ics-inspire/artemis-web-api/revisions/5b8190369db2/schema)
