---
title: "Get simulation attachments"
method: GET
path: "/v1/simulation/configs/attachments"
tags: ["Simulation"]
---

# Get simulation attachments

`GET /v1/simulation/configs/attachments`

Retrieve simulation attachment details based on the filters

## Query parameters

- `simulation_config_id` string
- `attachment_type` 'PROGRAM' | 'ACCOUNT' | 'TENANT'
- `program_id` string
- `account_id` string
- `page` integer
- `per_page` integer

## Response `200`

OK

- object
  - `items` SimulationAttachmentResponse[]
    - `simulation_config_id` string — Simulation configuration ID
    - `attachment_type` string — Attachment Type
    - `program_id` string, nullable — Program ID when attachment_type is PROGRAM
    - `account_id` string, nullable — Account ID when attachment_type is ACCOUNT
    - `org_id` string, nullable — Organization ID when attachment_type is TENANT
  - `pages` integer
  - `per_page` integer
  - `total_items` integer

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
