---
title: "Get all information requests for a company"
method: GET
path: "/v1/companies/{company_uuid}/information_requests"
tags: ["Information Requests"]
---

# Get all information requests for a company

`GET /v1/companies/{company_uuid}/information_requests`

Fetch all information requests for a company.

scope: `information_requests:read`

## Path parameters

- `company_uuid` string, required

## Query parameters

- `sort_by` string

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

Successful

- InformationRequest[]
  - `uuid` string — Unique identifier of an information request
  - `company_uuid` string — Unique identifier of the company to which the information requests belongs
  - `type` 'company_onboarding' | 'account_protection' | 'payment_request' | 'payment_error', nullable — The type of information request
  - `status` 'pending_response' | 'pending_review' | 'approved' — The status of the information request
  - `blocking_payroll` boolean — If true, this information request is blocking payroll, and may require response or requires review from our Risk Ops team.
  - `required_questions` object[] — Questions the partner must answer or collect documents for
    - `question_uuid` string, required
    - `question_text` string, required
    - `response_type` string, required

## Other responses

- `404` — Not Found The requested resource does not exist. Make sure the provided UUID is valid.

---

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