---
title: "list countries"
method: GET
path: "/sample/v1/countries"
tags: ["countries"]
---

# list countries

`GET /sample/v1/countries`

## Query parameters

- `countryName` string
- `id` string
- `isoCode` string
- `limit` integer
- `offset` integer
- `sort` string[]

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

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