---
title: "Retrieve inquiry"
method: GET
path: "/inquiries/{id}"
tags: ["Inquiries"]
---

# Retrieve inquiry

`GET /inquiries/{id}`

Retrieve the details of an inquiry.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successfully retrieved inquiry.

- InquiryDetails
  - `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.
- `404` — The specified resource was not found.
- `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)
