> ## Documentation Index
> Fetch the complete documentation index at: https://docs.outerport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get a question & answer by ID (streamed)

> Retrieves a question & answer by its unique identifier and streams the updates to the client using Server-Sent Events (SSE).

## Get a question & answer by ID (streamed)

Retrieves a question & answer by its unique identifier and streams the updates to the client using Server-Sent Events (SSE).

### Path Parameters

<ParamField path name="question_id" type="integer" required>
  No description provided
</ParamField>

### Response

<ResponseField name="data" type="object">
  The response data for this endpoint.
</ResponseField>

<ResponseExample>
  ```json
  {}
  ```
</ResponseExample>
