---
title: "List Campaign Contacts"
method: GET
path: "/api/v1/campaigns/{id}/contacts"
tags: ["CampaignService"]
---

# List Campaign Contacts

`GET /api/v1/campaigns/{id}/contacts`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- ListCampaignContactsResponse
  - `success` boolean
  - `message` string
  - `data` CampaignContact[]
    - `id` string — Campaign-contact join UUID
    - `contact_id` string — Contact UUID
    - `name` string — Contact name
    - `phone` string — Contact phone
    - `email` string — Contact email
    - `status` string — Status: pending, in_progress, successful, failed, no_answer
    - `attempt_count` integer — Number of call attempts
    - `last_attempted_at` string — Last attempt timestamp (ISO 8601)
    - `next_retry_at` string — Next retry timestamp (ISO 8601)
    - `call_duration_sec` integer — Call duration in seconds
    - `error_message` string — Error details if failed
    - `call_session_id` string — Session UUID for the call
    - `tags` string[] — Contact tags
  - `meta` Meta
    - `total` integer — Total number of records
    - `limit` integer — Page size limit
    - `offset` integer — Pagination offset

---

[API](https://skmtc.net/ravan/apis/agni-api.md) · [All operations](https://skmtc.net/ravan/apis/agni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ravan/agni-api/revisions/48f45dc58534/schema)
