---
title: "List Sysctl Tunables"
method: GET
path: "/system/tunables/remote"
tags: ["System"]
---

# List Sysctl Tunables

`GET /system/tunables/remote`

List sysctl tunables with server-side pagination, sorting, search, and configured-only filtering

## Query parameters

- `page` integer
- `size` integer
- `search` string
- `configuredOnly` boolean
- `sort[0][field]` 'name' | 'value' | 'type' | 'writable'
- `sort[0][dir]` 'asc' | 'desc'

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseGithubComAlchemillahqSylveInternalServicesSystemTunablesResponse
  - `data` GithubComAlchemillahqSylveInternalServicesSystemTunablesResponse
    - `data` GithubComAlchemillahqSylvePkgUtilsSysctlTunable[]
      - `name` string
      - `type` string
      - `value` string
      - `writable` boolean
    - `last_page` integer
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/7a7bea85004e/schema)
