---
title: "Get"
method: GET
path: "/api/v1/settings/session"
tags: ["Session Settings"]
---

# Get

`GET /api/v1/settings/session`

Invokes the c1.api.settings.v1.SessionSettingsService.Get method.

## Response `200`

Successful response

- C1ApiSettingsV1GetSessionSettingsResponse — The GetSessionSettingsResponse message.
  - `sessionSettings` C1ApiSettingsV1SessionSettings — The SessionSettings message.
    - `clientIdApprovalRequestPolicyId` string — Policy ID for REQUESTABLE mode approval routing.
    - `clientIdMetadataDocumentPolicy` 'CLIENT_ID_METADATA_DOCUMENT_POLICY_UNSPECIFIED' | 'CLIENT_ID_METADATA_DOCUMENT_POLICY_ALLOW_ALL' | 'CLIENT_ID_METADATA_DOCUMENT_POLICY_REQUESTABLE' | 'CLIENT_ID_METADATA_DOCUMENT_POLICY_ALLOWLIST_ONLY' — Policy for metadata document client_id URLs.
    - `connectorSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `externalClientSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `externalClientsEnabled` boolean — Enable external client registration (OAuth 2.0 DCR) for MCP clients like Claude Desktop, Cursor, and other AI assistants.
    - `maxSessionLength` string, duration
    - `pccAdminSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `pccUserSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `ssoAdminSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `ssoUserSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.

## Changes

- **2026-03-10** `7fa698b04b81` — 2 info
  - added the optional property `sessionSettings/clientIdApprovalRequestPolicyId` to the response with the `200` status
  - added the optional property `sessionSettings/clientIdMetadataDocumentPolicy` to the response with the `200` status
- **2026-02-05** `417c5bf9b0a2` — 2 info
  - added the optional property `sessionSettings/externalClientSource` to the response with the `200` status
  - added the optional property `sessionSettings/externalClientsEnabled` to the response with the `200` status
- **2025-04-10** `17f9f3bcedd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/settings/session/get.md)

---

[API](https://skmtc.dev/conductorone/apis/c1-api.md) · [All operations](https://skmtc.dev/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/8a0bdc21dd5f/schema)
