How to access the stored object in fluid relay?

Abdul Rahman 0 Reputation points MVP
2025-07-12T12:58:41.2966667+00:00

I go through the fluid documentaion entirely, I am not able to find the way how to access the stored object in fluid relay. is any endpoint available to access the object by container id / document id ?

Azure Fluid Relay
Azure Fluid Relay
An Azure service used to add real-time collaborative experiences to apps with Fluid Framework.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Srikanth Reddy Bandi 90 Reputation points Microsoft External Staff Moderator
    2025-08-07T04:53:29.5566667+00:00

    Hello Abdul Rahman,

    **Thank you for submitting your question on Microsoft Q&A.
    **
    The main point is clear: the Fluid Relay service functions as a relay, not a database. It’s designed for low latency and is stateless, allowing real-time collaboration by synchronizing changes across clients. The shared state resides on the clients themselves, rather than in a server-side storage that you can access with a simple HTTP request. Managing the containerId and using the Fluid client libraries to reconnect and rebuild the shared state is handled by your application.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.