---
title: "Retrieve All Questions"
method: GET
path: "/v2/{account_id}/questions?access_token=access_token"
---

# Retrieve All Questions

`GET /v2/{account_id}/questions?access_token=access_token`

Returns all Q&A questions and their answers for the `account_id` specified.

## Path parameters

- `account_id` string, required

## Query parameters

- `access_token` string, required
- `page` integer
- `count` integer

## Response `200`

200

- object
  - `status` object
    - `code` integer
    - `message` string
  - `pagination` object
    - `page` integer
    - `count` integer
    - `total` integer
  - `questions` object
    - `questions` object[]
      - `id` string
      - `content` string
      - `asker` object
        - `id` string
        - `display_name` string
        - `social_image` string
        - `email` string
      - `user_type` string
      - `created_at` string
      - `published` boolean
      - `answers` object[]
        - `id` string
        - `content` string
        - `public` boolean
        - `store_owner_comment` boolean
        - `answerer` object
          - `id` string
          - `display_name` string
          - `social_image` string
        - `votes_up` integer
        - `votes_down` integer
        - `created_at` string
      - `product` object
        - `name` string
        - `external_product_id` string
        - `product_url` string
        - `product_specs` unknown[]
          - unknown

## Other responses

- `401` — 401

---

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