---
title: "List all connectors artifacts of sub-type data-app"
method: GET
path: "/v1/artifacts/data-apps"
tags: ["connectors"]
---

# List all connectors artifacts of sub-type data-app

`GET /v1/artifacts/data-apps`

Returns a list of all Connector artifacts that can be deployed as a data app, optionally filtered by namespace type

## Query parameters

- `namespace_type` 'common' | 'client' | 'private'
- `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)
