---
title: "Read"
method: GET
path: "/api/cp/routing-global/{id}"
tags: ["Routing Global"]
---

# Read

`GET /api/cp/routing-global/{id}`

Retrieve a single Routing Global record by ID.

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- RoutingGlobal
  - `id` integer — Id
  - `account_id` integer — Account Id
  - `name` string — Name
  - `tag` string — Tag
  - `card_id` string — Card Id
  - `prefix` string — Prefix
  - `revision` integer — Revision
  - `channels` integer — Channels
  - `cps` integer — Cps
  - `cps_buffer` integer — Cps Buffer
  - `max_duration` integer — Max Duration
  - `allow_ported` integer — Allow Ported
  - `transcoding` integer — Transcoding
  - `capped` integer — Capped
  - `tps` integer — Tps
  - `asr_plus` integer — Asr Plus
  - `recording` integer — Recording
  - `recording_duration` integer — Recording Duration
  - `transcribe` integer — Transcribe
  - `transcribe_duration` integer — Transcribe Duration
  - `rtp_proxy` integer — Rtp Proxy
  - `rtp_mode` 'Relaxed' | 'Strict' — Rtp Mode
  - `timeout` string[] — Timeout
  - `sip_ping` integer — Sip Ping
  - `rtp_timeout` integer — Rtp Timeout
  - `sip_session_timers` integer — Sip Session Timers
  - `fix_ok_cancel_race_uac_bug` integer — Fix Ok Cancel Race Uac Bug
  - `pre_ring_timeout` integer — Pre Ring Timeout
  - `post_ring_timeout` integer — Post Ring Timeout
  - `fallthrough` integer — Fallthrough
  - `carrier_list` string — Carrier List
  - `dialstring` string — Dialstring
  - `dialstring_prefix_set_id` integer — Dialstring Prefix Set Id
  - `egress_group_id` integer — Egress Group Id
  - `redirect_uri` string — Redirect Uri
  - `redirect_exclude` string — Redirect Exclude
  - `reply_map` string — Reply Map
  - `capped_rate` number — Capped Rate
  - `capped_rate_prov` number — Capped Rate Prov
  - `block_connect_cost` integer — Block Connect Cost
  - `block_destination_type` string — Block Destination Type
  - `spam_scout` integer — Spam Scout
  - `ipqs` integer — Ipqs
  - `override_lcr` string — Override Lcr
  - `profit_assurance` number — Profit Assurance
  - `exclude_card` string — Exclude Card
  - `lock_card` string — Lock Card
  - `sandbox_id` integer — Sandbox Id
  - `scriptforge_timeout` number — Scriptforge Timeout
  - `scriptforge_timeout_action` string — Scriptforge Timeout Action
  - `vars` string — Vars
  - `protocol` 'SIP' | 'SMPP' — Protocol
  - `strategy` object — Strategy
  - `remove_allow_inv` integer — Remove Allow Inv
  - `approved_by` string — Approved By
  - `approved_date` string, date-time — Approved Date
  - `enabled` integer — Enabled
  - `auto` integer — Auto
  - `public_notes` string — Public Notes
  - `private_notes` string — Private Notes
  - `fraud_profile_id` integer — Fraud Profile Id
  - `fraud_mode` integer — Fraud Mode
  - `ftc_dnc_report` integer — Ftc Dnc Report
  - `dno` integer — Dno
  - `inter_customer` integer — Inter Customer
  - `dnc_list` string — Dnc List
  - `block_dtmf` integer — Block Dtmf
  - `realtime` integer — Realtime
  - `redial_max_count` integer — Redial Max Count
  - `redial_max_period` integer — Redial Max Period
  - `rtp_codec` object — Rtp Codec
  - `stir_shaken_min_attest` 'A' | 'B' | 'C' — Stir Shaken Min Attest
  - `flags` string — Flags

## Other responses

- `400` — Bad Request - Invalid parameters or request body
- `401` — Authentication information is missing or invalid
- `403` — Access denied - insufficient permissions or dependency access failure
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api.md) · [All operations](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/connexcs/connexcs-control-panel-api/revisions/54bc2ed6edae/schema)
