---
title: "List API specifications"
method: GET
path: "/api/v1/api-management/api-specifications"
tags: ["ApiSpecifications"]
---

# List API specifications

`GET /api/v1/api-management/api-specifications`

## Query parameters

- `PageNumber` integer
- `PageSize` integer

## Response `200`

OK

- DtoApiSpecificationPagedResponse
  - `data` DtoApiSpecification[] — Response data
    - `id` integer — Unique identifier for the API specification
    - `name` string — Name of the API specification
    - `activeVersion` integer — Currently active version of the API specification
    - `description` string, nullable — Description for the API specification
  - `paging` PagingModel
    - `currentPage` integer — Current page
    - `pageSize` integer — Number of entries per page
    - `totalCount` integer — Total number of entries
    - `firstPage` string, uri, nullable — Url of the first page
    - `lastPage` string, uri, nullable — Url of the last page
    - `nextPage` string, uri, nullable — Url of the next page
    - `previousPage` string, uri, nullable — Url of the previous page

---

[API](https://skmtc.dev/frends/apis/frends-api.md) · [All operations](https://skmtc.dev/frends/apis/frends-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frends/frends-api/revisions/cf4c0a0d1c8a/schema)
