Download memory content
GET /v1/memories/{id}/content: Returns the original binary payload for a memory.
Returns the original binary payload for a memory. The response uses the memory's stored content type when available. Returns 404 when the memory does not have inline content; clients can check originalContentRef from the metadata endpoint to locate external content. Requires READ_MEMORY on the requested memory; authority may be granted through DIRECT_MEMBERS_OF its containing space.
curl -X GET "https://your-goodmem-server.example.com/v1/memories/550e8400-e29b-41d4-a716-446655440000/content""string"Empty
Empty
Empty
Empty