---
title: "Get Batch Memory Status"
method: GET
path: "/v1/memory/batch/status/{batch_id}"
tags: ["v1", "Memory", "Memory Status"]
---

# Get Batch Memory Status

`GET /v1/memory/batch/status/{batch_id}`

Get processing status for a batch of memories.

    Returns overall batch progress and per-memory status breakdown.
    The `batch_id` is returned in the POST /v1/memory/batch response.

    For real-time updates, connect to WebSocket at `/ws/memory-status`.

## Path parameters

- `batch_id` string, required

## Response `200`

Batch processing status

- object

## Other responses

- `401` — Unauthorized
- `404` — Batch not found in processing tracker
- `422` — Validation Error

## Changes

- **2026-03-13** `0e4854909d2a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/papr-ai/apis/papr-memory-api/changes/v1/memory/batch/status/:batch_id/get.md)

---

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