---
title: "Get an auth server scope"
method: GET
path: "/v1/auth-servers/{authServerId}/scopes/{scopeId}"
tags: ["Auth Server Scopes"]
---

# Get an auth server scope

`GET /v1/auth-servers/{authServerId}/scopes/{scopeId}`

Get a scope for given auth server.

## Response `200`

A scope

- Scope
  - `id` string, uuid, required — The ID of the scope
  - `name` string, required — The name of the scope
  - `description` string, required — Description of the scope
  - `default` boolean, required — Specifies whether the scope is included by default in access tokens without being explicitly requested by the client. If the scope is not allowed by the client, it will not be included in the access token.
  - `include_in_metadata` boolean, required — Specifies whether to include the scope in the metadata document
  - `enabled` boolean, required — Specifies whether the scope is enabled. If the scope is not enabled, it cannot be requested by clients and will not be included in the access token.
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api.md) · [All operations](https://skmtc.net/kong/apis/konnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api/versions/06734a9c491f/schema)
