---
title: "Get User Dream Goal Resource"
method: GET
path: "/api/dream-goal/resource"
tags: ["dream-goal"]
---

# Get User Dream Goal Resource

`GET /api/dream-goal/resource`

Get the latest unread dream goal resource for the current user.

Returns personalized articles and resources found through LLM web search
based on the user's dream goal.

Returns:
    Dictionary with:
    - success: boolean indicating operation success
    - message: descriptive status message
    - resource: single resource object with title, description, and URL (or None if none found)

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
