---
title: "GET /api/v1/{context_id}/scopes"
method: GET
path: "/api/v1/{context_id}/scopes"
---

# GET /api/v1/{context_id}/scopes

`GET /api/v1/{context_id}/scopes`

List the Context's registered scope nodes (live and tombstoned). Only nodes the caller has a grant over are returned (`scope:read`, or any other verb in the region); a `grant:manage` holder over `/` sees the whole tree.

## Path parameters

- `context_id` string, required

## Response `200`

- ScopeNodeJson[]
  - `createdAt` string, date-time, required — Creation timestamp.
  - `path` string, required — A validated, canonical scope path in slash form, e.g. `org/apple/product/ipad/`. Root is `/`.
  - `tombstonedAt` string, date-time, nullable — Soft-delete timestamp; `null` while the node is live.

## Other responses

- `401` — Unauthorized
- `422` — Invalid context id

---

[API](https://skmtc.net/surrealdb/apis/spectron.md) · [All operations](https://skmtc.net/surrealdb/apis/spectron/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surrealdb/spectron/versions/52b41ab517b6/schema)
