---
title: "Get My Latest Audience Build"
method: GET
path: "/campaigns/audience-builds/mine-latest"
tags: ["campaigns"]
---

# Get My Latest Audience Build

`GET /campaigns/audience-builds/mine-latest`

The caller's newest unfinished-business build, so the Campaigns page can offer it back.

## Response `200`

Successful Response

- CampaignAudienceBuildSummary — The caller's latest build as the Campaigns page shows it — no suggestion rows.
  - `id` string, required
  - `status` string, required
  - `progress` integer
  - `step` string
  - `activity` string[]
  - `description` string
  - `selected_count` integer
  - `error_message` string, nullable
  - `from_upload` boolean
  - `created_at` string, required
  - `updated_at` string, nullable

## Other responses

- `404` — Not found

## Changes

- **2026-09-18** `40ae92592bd0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/campaigns/audience-builds/mine-latest/get.md)

---

[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/94953390bbd8?raw)
