---
title: "GET /backoffice/faq/"
method: GET
path: "/backoffice/faq/"
tags: ["backoffice"]
---

# GET /backoffice/faq/

`GET /backoffice/faq/`

List all questions and their answers, translated in a specific language.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- PaginatedFAQEntryList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` FAQEntry[], required
    - `name` string, required — The unique identifier of the question.
    - `question` string, required
    - `answer` string, required

---

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