---
title: "Get Campaign Automation Rate"
method: GET
path: "/campaigns/{campaign_id}/automation-rate"
tags: ["campaigns"]
---

# Get Campaign Automation Rate

`GET /campaigns/{campaign_id}/automation-rate`

Share of this campaign's outbound messages the AI sent, first messages included.

## Path parameters

- `campaign_id` string, required

## Response `200`

Successful Response

- CampaignAutomationRate — AI-sent vs human-sent outbound on one campaign's conversations.
  - `ai_outbound` integer
  - `human_outbound` integer
  - `total_outbound` integer
  - `automation_rate` number

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/6e257c69d1d1?raw)
