---
title: "List available Scopes for the Fieldguide API"
method: GET
path: "/v1/scopes"
tags: ["api"]
---

# List available Scopes for the Fieldguide API

`GET /v1/scopes`

## Response `200`

Available Scopes for the Fieldguide API

- object
  - `data` ScopeRead[], required
    - `scope` string, required — Expected values include: `comments:read`, `comments:write`, `companies:read`, `companies:write`, `controls:read`, `engagements:read`, `engagements:write`, `engagements.files:read`, `engagements.files:write`, `files:read`, `forms:read`, `insights:read`, `milestones:read`, `milestones:write`, `requests:read`, `requests:write`, `requests.files:read`, `requests.files:write`, `users:read`, `webhooks:read`, `webhooks:write`, `sheets:read`, `sheets:write`. This list is not exhaustive; additional values can be added over time.
    - `resource` string, required — The API resource this scope grants access to. Expected values include: `comments`, `companies`, `controls`, `engagements`, `requests`, `users`, `webhooks`, `files`, `forms`, `sheets`, `sheet-columns`, `sheet-rows`, `insights`, `jobs`, `milestones`, `folders`. This list is not exhaustive; additional values can be added over time.
    - `description` string, required

## Other responses

- `429` — Too many requests

---

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