Get Object

Use GetObject to retrieve a single Object by its unique identifier. This is a request/response lookup for when you already know the Object ID.

Request

Provide object_id, the UUID of the Object to retrieve. The response returns the matching Object, or an empty Object when no Object has that ID.

Minimal Shape

{
  "object_id": "550e8400-e29b-41d4-a716-446655440000"
}

Use Search for paginated snapshot queries when you do not know the Object ID. Use Publish to create, update, or delete Objects. Use Stream for initial state plus live updates.