---
title: "Get context setup progress"
method: GET
path: "/v1/contexts/{contextId}/setup-progress"
tags: ["Configuration"]
---

# Get context setup progress

`GET /v1/contexts/{contextId}/setup-progress`

Returns configured-resource counts, last-run state, and activation readiness for a context in a single aggregate, so clients derive wizard/checklist state from one request.

## Path parameters

- `contextId` string, uuid, required — Context ID

## Response `200`

OK

- SetupProgressResponse
  - `contextId` string, required — Identifier of the context this progress report describes.
  - `fieldMaps` SetupProgressFieldMapsResponse, required
    - `mappedSources` integer, required — Number of sources that have a field map configured.
  - `lastRun` SetupProgressLastRunResponse, required
    - `completedAt` string — Completion timestamp in RFC 3339 format; omitted while the run is in flight.
    - `id` string, required — Identifier of the match run.
    - `status` 'PROCESSING' | 'COMPLETED' | 'FAILED', required — Run status. PROCESSING is in flight; COMPLETED finished successfully; FAILED ended in error.
  - `matchRules` SetupProgressMatchRulesResponse, required
    - `total` integer, required — Total number of match rules in the context.
  - `readiness` SetupProgressReadinessResponse, required
    - `missing` string[], nullable, required — Stable slugs of missing requirements (sources_left, sources_right, field_maps, match_rules); empty when ready.
    - `ready` boolean, required — True when the context satisfies every activation requirement.
  - `schedules` SetupProgressSchedulesResponse, required
    - `total` integer, required — Total number of schedules in the context.
  - `sources` SetupProgressSourcesResponse, required
    - `left` integer, required — Number of LEFT-side sources.
    - `right` integer, required — Number of RIGHT-side sources.
    - `total` integer, required — Total number of sources in the context.
  - `status` 'DRAFT' | 'ACTIVE' | 'PAUSED' | 'ARCHIVED', required — Current context lifecycle status. DRAFT is being configured; ACTIVE runs; PAUSED is suspended; ARCHIVED is retired.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
