---
title: "Get specific memory via Dify"
method: GET
path: "/api/v1/dify/memories/{memory_id}"
tags: ["dify"]
---

# Get specific memory via Dify

`GET /api/v1/dify/memories/{memory_id}`

Get a specific memory by ID via Dify integration

## Path parameters

- `memory_id` string, required

## Headers

- `authorization` string

## Response `200`

Successful Response

- DifyMemoryResponse — Response model for Dify memory operations.
  - `id` string, required
  - `content` string, required
  - `tags` string[], nullable
  - `category` string, nullable
  - `importance` integer, nullable
  - `created_at` string, required
  - `space_name` string, required
  - `metadata` object, nullable
  - `relevance_score` number, nullable — Relevance score for search results
  - `workflow_id` string, nullable
  - `execution_id` string, nullable

## Other responses

- `422` — Validation Error

---

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