---
title: "Resume Segment Endpoint"
method: POST
path: "/api/agent-chat/segments/{segment_id}/resume"
tags: ["Agent Chat"]
---

# Resume Segment Endpoint

`POST /api/agent-chat/segments/{segment_id}/resume`

Resume a paused Campaign through the shared start orchestration.

Only legal from `listening`. If targeting changed while paused, this moves
the Campaign back to discovery and enqueues Retarget before any old
outreach can resume; otherwise it resumes the prior lifecycle normally.

Refuses with 402 when the org can't afford even one more email — same
`Email Affordability Gate` the sender-worker `_precheck` and
POST `/api/app-auto-gtm/segments/{id}/launch` already share. Without
this check, resuming a debt-paused or empty-wallet campaign would
immediately stall again on the per-send precheck.

## Path parameters

- `segment_id` string, required

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/f169bc6e9447/schema)
