---
title: "Get a single tetraflow artifact"
method: GET
path: "/v1/artifacts/tetraflows/{namespace}/{slug}/{version}"
tags: ["tetraflows"]
---

# Get a single tetraflow artifact

`GET /v1/artifacts/tetraflows/{namespace}/{slug}/{version}`

Returns a single tetraflows artifact matching the namespace, slug, and version

## Path parameters

- `namespace` string, required
- `slug` string, required
- `version` string, required

## Query parameters

- `include_prereleases` boolean

## Response `200`

Successfully fetched TetraflowObject

- TetraflowObject
  - `namespace` string, required
  - `slug` string, required
  - `version` string, required
  - `name` string, nullable
  - `description` string, nullable
  - `createdAt` string, date-time, required
  - `lastUpdatedAt` string, date-time, required
  - `otherVersions` string[]
  - `supportedPlatformVersion` SupportedPlatformVersion, nullable
    - `minPlatformVersion` string
    - `maxPlatformVersion` string, nullable
  - `type` 'tetraflow', required

## Other responses

- `404` — Not found or not visible to user

---

[API](https://skmtc.net/tetrascience/apis/tetra-data-lake.md) · [All operations](https://skmtc.net/tetrascience/apis/tetra-data-lake/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetrascience/tetra-data-lake/versions/0205e2bace53/schema)
