---
title: "List a company's answer requests"
method: GET
path: "/api/questionnaires/requests"
tags: ["Questionnaire request"]
---

# List a company's answer requests

`GET /api/questionnaires/requests`

Paginated, filterable, sortable list of answer requests scoped to the calling company. Without `companyId` it returns the requests the caller received — their questionnaire inbox. With `companyId` it returns the requests the caller sent to that one company, limited to questionnaires the caller owns. Archived questionnaires and deleted requests are excluded from both. A request is only listed when the caller holds an `ABOUT` profile for both the requesting company and the company the request is about.

## Query parameters

- `companyId` string
- `page` integer
- `count` integer
- `sort` string
- `filter` string

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string, required
    - `questionnaireId` string
    - `name` string
    - `forCompanyId` string
    - `onBehalfOfCompanyId` string
    - `requestedBy` string
    - `about` string
    - `status` string
    - `updatedByUserName` string
    - `updatedByCompanyName` string
    - `supplierConnected` boolean
    - `answeredByConnected` boolean
    - `statistics` object
      - `totalApprovedResponses` number
      - `totalInReviewResponses` number
      - `totalDeniedResponses` number
      - `totalMissingResponses` number
      - `totalResponses` number
      - `totalQuestions` number
      - `totalComments` number
      - `approvedResponsesPercentage` number
      - `inReviewResponsesPercentage` number
      - `deniedResponsesPercentage` number
      - `missingResponsesPercentage` number
      - `responsesPercentage` number
  - `meta` object, required
    - `count` number, required
    - `page` number, required
    - `pageSize` number, required
    - `totalCount` number, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

---

[API](https://skmtc.net/retraced/apis/api-reference.md) · [All operations](https://skmtc.net/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/60d6c901bc4e/schema)
