---
title: "List Info Requests"
method: GET
path: "/info-requests"
tags: ["Info Requests", "Info Requests"]
---

# List Info Requests

`GET /info-requests`

List info requests for the current customer with optional status filter.

## Query parameters

- `limit` integer
- `offset` integer
- `status` string, nullable

## Response `200`

Successful Response

- InfoRequestListResponse
  - `items` InfoRequestListItem[], required
    - `info_request_id` string, uuid, required
    - `shortcode` string, required
    - `phone_number` string, required
    - `status` string, required
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `phone_number_collected` string, nullable
    - `collected_email` string, nullable
    - `created_at` string, date-time, required
    - `expires_at` string, date-time, required
    - `completed_at` string, date-time, nullable
    - `call_id` string, uuid, nullable
    - `lead_id` string, uuid, nullable
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
