MagickMind

Search episodes (mindspace-scoped if mindspace_id set, else user-wide), scoped to the authenticated service user

GET
/v1/episodes/search

Authorization

BearerAuth
AuthorizationBearer <token>

MagickMind API key (mm_...) or user JWT, sent as Authorization: Bearer <token>. /v1/chat/completions accepts an API key only. JWTs (not mm_ keys) may alternatively be passed as a ?token= query parameter.

In: header

Query Parameters

q*string
mindspace_id?string
mindspace_ids?array<string>
user_id?string
limit?integer
Default0

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/episodes/search?q=string&limit=0"
{  "memory_content": "string"}