---
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.
    - `connectorSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `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

- **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/e09d811ca082/schema)
