---
title: "List startups"
method: GET
path: "/v1/startups"
tags: ["Startups"]
---

# List startups

`GET /v1/startups`

Return public metadata for startups and providers represented in the catalog.

## Response `200`

Successful Response

- StartupListResponse
  - `object` 'list'
  - `data` StartupResponse[], required
    - `id` string, required
    - `object` 'startup'
    - `display_name` string, nullable
    - `icon_url` string, nullable
    - `website_url` string, nullable
    - `created` integer, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — Insufficient credits
- `403` — Forbidden
- `410` — Model deprecated
- `422` — Validation error
- `429` — Rate limited
- `500` — Internal server error
- `503` — Upstream service error

---

[API](https://skmtc.net/naga/apis/nagaai-api.md) · [All operations](https://skmtc.net/naga/apis/nagaai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/naga/nagaai-api/revisions/8bfb4677a79e/schema)
