---
title: "Retrieves all publicly available orders."
method: GET
path: "/orders/public"
tags: ["Order"]
---

# Retrieves all publicly available orders.

`GET /orders/public`

## Response `200`

OK

- GetPublicOrdersEndpointOutput
  - `orders` GetPublicOrdersEndpointOrderOutput[], required — The list of publicly available orders.
    - `id` string, required
    - `name` string, required
    - `isPublic` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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