---
title: "Get latest emotional state"
method: GET
path: "/emotional-state"
tags: ["Emotional State"]
---

# Get latest emotional state

`GET /emotional-state`

Retrieve the most recent emotional state for the authenticated user.

Optionally filter by `relationship_id` for per-relationship scoping.
Returns null if no emotional state exists.

## Query parameters

- `relationship_id` string, nullable

## Response `200`

Successful Response

- EmotionalStateLatest — Latest emotional state for a user/relationship.
  - `resource_id` string, required
  - `summary` string, required
  - `extracted_at` string, required
  - `session_id` string, nullable, required
  - `relationship_id` string, nullable, required

## Other responses

- `422` — Validation Error

---

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