---
title: "List all protocols for namespace"
method: GET
path: "/v1/artifacts/protocols/{namespace}"
tags: ["Protocols"]
---

# List all protocols for namespace

`GET /v1/artifacts/protocols/{namespace}`

Returns a list of all protocol artifacts given a namespace

## Path parameters

- `namespace` string, required

## Query parameters

- `latest_only` boolean
- `include_prereleases` boolean

## Response `200`

Successfully fetched ProtocolObject list

- ProtocolObject[]
  - `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` 'protocol', required
  - `protocolSchema` 'v2' | 'v3' | 'tfv1', required
  - `triggerTypeFile` boolean, required
  - `triggerTypeScheduled` boolean, 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)
