---
title: "List all Data Apps for namespace"
method: GET
path: "/v1/artifacts/data-apps/{namespace}"
tags: ["connectors"]
---

# List all Data Apps for namespace

`GET /v1/artifacts/data-apps/{namespace}`

Returns a list of all Data App artifacts given a namespace

## Path parameters

- `namespace` string, required

## Query parameters

- `latest_only` boolean
- `include_prereleases` boolean

## Response `200`

Successfully fetched ConnectorObject list

- ConnectorObject[]
  - `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` 'connector', required
  - `iconPresignedUrl` string, nullable, 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)
