---
title: "List orders"
method: GET
path: "/api/orders"
tags: ["Orders"]
---

# List orders

`GET /api/orders`

Returns account order activity for review and monitoring. API keys need the `orders:read` scope. Results are scoped to the authenticated account.

## Response `200`

Account orders.

- Order[]
  - `id` string, uuid
  - `blueprintId` string, uuid
  - `status` string
  - `side` string
  - `amount` number
  - `createdAt` string, date-time

## Other responses

- `401` — Missing, invalid, revoked, or expired credentials.
- `403` — Credential is valid but cannot perform this action.

---

[API](https://skmtc.net/carboncopyinc/apis/blueprints-api.md) · [All operations](https://skmtc.net/carboncopyinc/apis/blueprints-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carboncopyinc/blueprints-api/versions/821dba6e3373/schema)
