---
title: "GET /v1/ConnectionPolicies/{ConnectionPolicySid}/Targets"
method: GET
path: "/v1/ConnectionPolicies/{ConnectionPolicySid}/Targets"
---

# GET /v1/ConnectionPolicies/{ConnectionPolicySid}/Targets

`GET /v1/ConnectionPolicies/{ConnectionPolicySid}/Targets`

## Path parameters

- `ConnectionPolicySid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri
  - `targets` VoiceV1ConnectionPolicyConnectionPolicyTarget[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Target resource.
    - `connection_policy_sid` string, nullable — The SID of the Connection Policy that owns the Target.
    - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `enabled` boolean, nullable — Whether the target is enabled. The default is `true`.
    - `friendly_name` string, nullable — The string that you assigned to describe the resource.
    - `priority` integer, nullable — The relative importance of the target. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important target.
    - `sid` string, nullable — The unique string that we created to identify the Target resource.
    - `target` string, uri, nullable — The SIP address you want Twilio to route your calls to. This must be a `sip:` schema. `sips` is NOT supported.
    - `url` string, uri, nullable — The absolute URL of the resource.
    - `weight` integer, nullable — The value that determines the relative share of the load the Target should receive compared to other Targets with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. Targets with higher values receive more load than those with lower ones with the same priority.

---

[API](https://skmtc.net/twilio/apis/twilio-voice-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-voice-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-voice-v1/versions/31da13a161ac/schema)
