---
title: "Get the current question in an interview session"
method: GET
path: "/api/session/question"
tags: ["Sessions"]
---

# Get the current question in an interview session

`GET /api/session/question`

Returns a JSON representation of the current question in the interview.

## Query parameters

- `i` string, required
- `session` string, required
- `secret` string

## Response `200`

Current question as JSON.

- object

## Other responses

- `400` — Bad request.
- `403` — Access denied.

---

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