---
title: "Retrieve Processed Application"
method: GET
path: "/gw/api/v1/accounts"
tags: ["accountManagementAccounts"]
---

# Retrieve Processed Application

`GET /gw/api/v1/accounts`

Retrieve the application request and IBKR response data based on IBKR accountId or externalId. Only available for accounts that originate via API<br><br>**Scope**: `accounts.read`<br>**Security Policy**: `HTTPS`

## Query parameters

- `accountId` string
- `externalId` string

## Response `200`

Retrieve the application request and IBKR response data based on IBKR accountId or externalId. Only available for accounts that originate via API

- union
  - FileDetailsResponse
    - `accountId` string
    - `requestFileName` string
    - `responseFileName` string
  - ResponseFileResponse
    - `isProcessed` boolean
    - `name` string
    - `data` ResponseFileResponseData
    - `error` ErrorResponse
      - `status` integer
      - `error` string
      - `message` string
    - `hasError` boolean
    - `errorDescription` string

## Other responses

- `400` — Returns error description representing bad request
- `401` — Returns error description representing access issue
- `403` — Returns error description representing access issue
- `500` — Returns error description representing internal server error

---

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