---
title: "GET /flake/github/{owner}/{repo}/{version}"
method: GET
path: "/flake/github/{owner}/{repo}/{version}"
tags: ["api"]
---

# GET /flake/github/{owner}/{repo}/{version}

`GET /flake/github/{owner}/{repo}/{version}`

## Path parameters

- `owner` string, required
- `repo` string, required
- `version` string, required

## Response `200`

- Release
  - `commit` string, required
  - `created_at` string, date-time, required
  - `description` string, nullable
  - `meta_data` object, nullable
  - `meta_data_errors` string[], nullable
  - `outputs` object, nullable
  - `outputs_errors` string[], nullable
  - `readme` string, nullable
  - `readme_filename` string, nullable
  - `repo_id` integer, required
  - `version` string, required

---

[API](https://skmtc.net/cachix/apis/flakestry-api.md) · [All operations](https://skmtc.net/cachix/apis/flakestry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cachix/flakestry-api/versions/f06970bd5dad/schema)
