---
title: "Fetch Settings"
method: POST
path: "/sync/settings/fetch"
tags: ["Sync"]
---

# Fetch Settings

`POST /sync/settings/fetch`

Fetch settings from server filtered by keys.

This will return an object with the requested keys, each value is a tuple of `(timestamp, value)`, the value is the previously uploaded data.

## Request body

- OptionsFetchSettings — Options for fetching settings
  - `keys` string[], required — Keys to fetch

## Response `200`

- object

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/revolt/apis/revolt-api.md) · [All operations](https://skmtc.net/revolt/apis/revolt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revolt/revolt-api/versions/a235e4654b18/schema)
