---
title: "Retrieve a specific infra"
method: GET
path: "/infra/{infra_id}"
tags: ["infra"]
---

# Retrieve a specific infra

`GET /infra/{infra_id}`

## Path parameters

- `infra_id` integer, required

## Response `200`

The infra

- Infra
  - `created` string, date-time, required
  - `generated_version` integer, nullable, required
  - `id` integer, required
  - `locked` boolean, required
  - `modified` string, date-time, required
  - `name` string, required
  - `railjson_version` string, required
  - `version` integer, required

## Other responses

- `404` — Infra ID not found

---

[API](https://skmtc.net/openrailassociation/apis/osrd-editoast.md) · [All operations](https://skmtc.net/openrailassociation/apis/osrd-editoast/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrailassociation/osrd-editoast/versions/1840dbbd64ac/schema)
