---
title: "Get All Cores"
method: GET
path: "/api/cores"
tags: ["Core"]
---

# Get All Cores

`GET /api/cores`

Get a list of all core configurations.

## Query parameters

- `ids` integer[], nullable
- `offset` integer, nullable
- `limit` integer, nullable

## Response `200`

Successful Response

- CoreResponseList
  - `count` integer, required
  - `cores` CoreResponse[]
    - `name` string, required
    - `config` object, required
    - `type` 'xray' | 'wg' | 'mtproto' | 'singbox'
    - `exclude_inbound_tags` string[], required
    - `fallbacks_inbound_tags` string[], required
    - `id` integer, required
    - `created_at` string, date-time, required

## Other responses

- `401` — Unauthorized Error
- `403` — Forbidden Error
- `422` — Validation Error

---

[API](https://skmtc.dev/socialser/apis/pasarguardapi.md) · [All operations](https://skmtc.dev/socialser/apis/pasarguardapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/socialser/pasarguardapi/revisions/4b082bbcb6c3/schema)
