---
title: "Get Automation Rate"
method: GET
path: "/analytics/automation-rate"
tags: ["analytics"]
---

# Get Automation Rate

`GET /analytics/automation-rate`

Automation rate: AI outbound messages / all outbound messages from the messages table.

Scoped to followed followup_v2 conversations (attempt_count > 0).
AI messages identified by user_id = NOSO_AI_USER_ID.
No date filter on messages — counts all messages for those conversations.

## Query parameters

- `start_date` string, nullable — Start date (YYYY-MM-DD)
- `end_date` string, nullable — End date (YYYY-MM-DD)

## Response `200`

Successful Response

- unknown

## 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-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
