---
title: "List all questions"
method: GET
path: "/questions"
tags: ["Questions"]
---

# List all questions

`GET /questions`

## Response `200`

List of questions

- Question[]
  - `_id` string
  - `questionText` string
  - `htmlName` string
  - `answers` object
    - `answerOneText` string
    - `answerTwoText` string
    - `answerThreeText` string
    - `answerFourText` string

## Other responses

- `400` — Bad request

---

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