---
title: "Get a list of Campaign Brief Summaries for the current resource."
method: GET
path: "/tollfreeVerification/campaignBriefs"
tags: ["TollFreeVerification - CampaignBrief"]
---

# Get a list of Campaign Brief Summaries for the current resource.

`GET /tollfreeVerification/campaignBriefs`

## Query parameters

- `skip` integer
- `top` integer
- `api-version` string, required

## Response `200`

Success

- CampaignBriefSummaries — A wrapper for a list of CampaignBriefSummary entities.
  - `campaignBriefSummaries` CampaignBriefSummary[] — List of Campaign Brief Summaries.
    - `id` string, uuid — Campaign Brief Id.
    - `countryCode` string — Country code of the Campaign Brief
    - `briefType` 'tollfreeVerification' — Campaign Brief types e.g. 'tollfreeVerification'
    - `status` 'submitted' | 'approved' | 'updateRequested' | 'draft' | 'cancelled' | 'denied' — Campaign Brief status e.g. 'submitted', 'approved', etc
    - `phoneNumbers` string[] — List of numbers provisioned for the Campaign e.g. 18881234567
  - `nextLink` string — Represents the URL link to the next page.

## Other responses

- `default` — Failure

---

[API](https://skmtc.net/azure/apis/toll-free-verification-service.md) · [All operations](https://skmtc.net/azure/apis/toll-free-verification-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/toll-free-verification-service/revisions/ee51ef50444b/schema)
