---
title: "List inquiries"
method: GET
path: "/inquiries"
tags: ["Inquiries"]
---

# List inquiries

`GET /inquiries`

List and filter inquiries.

## Query parameters

- `limit` integer
- `starting_after` string
- `sort_order` 'asc' | 'desc'
- `start_date` string, date
- `end_date` string, date
- `connected_account_id` string
- `status` 'created' | 'processing' | 'sent' | 'received' | 'denied' | 'archived'
- `related_request_type` 'return_request'
- `related_request_id` 'return_request'
- `file_id` string

## Response `200`

List of filtered inquiries.

- InquirySearchResult
  - `records` InquiryDetails[], required
    - `id` string, uuid, required — The UUID of the inquiry.
    - `object` 'inquiry', required — Label used to identify this kind of object
    - `status` 'created' | 'processing' | 'sent' | 'received' | 'denied' | 'archived', required — The status of the inquiry.
    - `status_details` string, required — The details of the status of the inquiry.
    - `connected_account_id` string, uuid, required — The ID of the connected account.
    - `related_request_type` 'return_request' | 'claim', required — The type of the request related to the inquiry.
    - `related_request_id` string, uuid, required — The ID of the request related to the inquiry.
    - `bank_data` object, required — Bank data, such as message and transaction IDs, in JSON `key:value` format.
      - `file_id` string, uuid, required
      - `message_id` string, required
      - `status_request_id` string, required
    - `created_at` string, date-time, required — The UTC timestamp of the creation of the inquiry.
    - `date` string, date, required — The date of the inquiry.

## Other responses

- `400` — Validation error.
- `500` — Internal server error.

---

[API](https://skmtc.net/numeral/apis/payments.md) · [All operations](https://skmtc.net/numeral/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/numeral/payments/revisions/220f101cc2ef/schema)
