---
title: "Get Status"
method: GET
path: "/api/v2/status"
tags: ["Sessions & Agents"]
---

# Get Status

`GET /api/v2/status`

Get current active session status.

Requires management credential or loopback origin (same as other
agent-lifecycle endpoints). Reads the active session from local state.

## Headers

- `authorization` string, nullable
- `X-Api-Key` string, nullable

## Response `200`

Successful Response

- SessionInfo — Session information response
  - `session_id` string, required
  - `agent_id` string, required
  - `namespace` string, required
  - `started_at` string, date-time, required
  - `expires_at` string, date-time, required
  - `status` 'active' | 'expired' | 'terminated', required — Session status enum
  - `time_remaining_seconds` integer, required
  - `pattern` 'support' | 'project' | 'tool' — Agent pattern types for memory organization

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/moorcheh-ai/apis/memanto-memory-that-ai-agents-love.md) · [All operations](https://skmtc.net/moorcheh-ai/apis/memanto-memory-that-ai-agents-love/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moorcheh-ai/memanto-memory-that-ai-agents-love/revisions/ff157f2fc5d5/schema)
