Skip to main content
POST
/
api
/
v1
/
runtime
/
v1
/
memory
/
{memoryId}
/
search
Search Memory
curl --request POST \
  --url https://api.runflow.ai/api/v1/runtime/v1/memory/{memoryId}/search \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "limit": 50
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

memoryId
string
required

Memory identifier

Body

application/json
query
string
required

Search query

limit
number
default:50

Max results

Response

Array of matching messages: [{ role, content, timestamp, metadata }]. Empty array if session not found.