---
title: "Get Session Status"
method: GET
path: "/v1/messages/sessions/{session_id}/status"
tags: ["v1", "Messages"]
---

# Get Session Status

`GET /v1/messages/sessions/{session_id}/status`

Get processing status for messages in a session.
    
    **Authentication Required**: Bearer token, API key, or session token
    
    **Status Information**:
    - Total messages in session
    - Processing status breakdown (queued, analyzing, completed, failed)
    - Any messages with processing errors

## Path parameters

- `session_id` string, required

## Response `200`

Session processing status

- object — Generic JSON response object

## Other responses

- `401` — Unauthorized
- `404` — Session not found
- `422` — Validation Error
- `500` — Internal server error

---

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