---
title: "Get available settings list"
method: GET
path: "/tasks/v1/settings"
tags: ["tasksService"]
---

# Get available settings list

`GET /tasks/v1/settings`

Get available settings list

## Query parameters

- `page` integer
- `list` number

## Response `200`

OK

- TaskSettings
  - `fixingResult` boolean
  - `fixingResultRequiredFor` string[]
  - `acceptResult` boolean
  - `acceptResultRequiredFor` string[]

## Other responses

- `401` — Access token is missing or invalid

---

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