---
title: "GET /api/{version}/organizations/{orgId}/infrastructures/{id}"
method: GET
path: "/api/{version}/organizations/{orgId}/infrastructures/{id}"
tags: ["Infrastructures"]
---

# GET /api/{version}/organizations/{orgId}/infrastructures/{id}

`GET /api/{version}/organizations/{orgId}/infrastructures/{id}`

## Path parameters

- `orgId` string, required
- `id` string, required
- `version` string, required

## Query parameters

- `includeConnectionString` boolean

## Response `200`

OK

- InfrastructureDtoItemResponse
  - `item` InfrastructureDto
    - `id` string, nullable
    - `connectionString` string, nullable
    - `name` string, nullable
    - `databaseType` 'SqlServer' | 'MySql'
    - `readOnly` boolean
  - `links` HateoasLink[], nullable
    - `relation` string, nullable
    - `uri` string, nullable
    - `method` string, nullable

## Other responses

- `404` — Infrastructure not found

---

[API](https://skmtc.net/data-grapes/apis/grapes-api.md) · [All operations](https://skmtc.net/data-grapes/apis/grapes-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/data-grapes/grapes-api/revisions/8ff77fe45bba/schema)
