---
title: "Get Status For InstructionSetId"
method: GET
path: "/gw/api/v1/instruction-sets/{instructionSetId}"
tags: ["accountManagementBanking"]
---

# Get Status For InstructionSetId

`GET /gw/api/v1/instruction-sets/{instructionSetId}`

Retrieve status of all requests associated with instructionSetId.<br><br>**Scope**: `instructions.read`<br>**Security Policy**: `HTTPS`

## Path parameters

- `client-id` string, required
- `instructionSetId` integer, required

## Response `200`

Returns the status multiple instructions.

- BulkMultiStatusResponse
  - `status` integer, required
  - `instructionSetId` number, double, required
  - `instructionResults` unknown[]
    - unknown

## Other responses

- `404` — Returns a Problem detail instance representing a not found request.
- `500` — Unable to process request due to an Internal Error. Please try again later.

---

[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)
