---
title: "Retrieve OAuth Scope Detail"
method: GET
path: "/scopes/{scope_id}/"
tags: ["OAuth Scopes"]
---

# Retrieve OAuth Scope Detail

`GET /scopes/{scope_id}/`

Retrieve detailed information about a specific OAuth scope.
Only publicly available scopes are accessible without special permissions.

## Path parameters

- `scope_id` string, required

## Response `200`

Successfully retrieved OAuth scope details.

## Other responses

- `404` — OAuth scope not found or inaccessible.

---

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