v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Simulation

Get simulation attachments

Retrieve simulation attachment details based on the filters

get/v1/simulation/configs/attachments

Query parameters

simulation_config_idstring

Filter by Simulation configuration ID

attachment_type'PROGRAM' | 'ACCOUNT' | 'TENANT'

Filter by attachment type

program_idstring

Filter by program ID

account_idstring

Filter by account ID

pageinteger

page number for pagination

per_pageinteger

items per page for pagination

Response

OK

pagesinteger
per_pageinteger
total_itemsinteger

Example response

{
  "pages": 1,
  "per_page": 10,
  "total_items": 1
}