---
title: "Get All Faq Items"
method: GET
path: "/faq"
tags: ["Faq Items"]
---

# Get All Faq Items

`GET /faq`

Get all faq items the current API user can manage.
                        To specify faq items with identifier please provide ?identifier= in the URL param
                        By default, 50 are returned, you can use up to max=10000 in the URL param

## Response `200`

Faq Items successfully retrieved

## Other responses

- `400` — Bad Request - The request was invalid or cannot be otherwise served
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - The request is understood, but has been refused or access is not allowed
- `404` — Not Found - The requested resource could not be found

---

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