get_object — Group 13, Code 135

Read an object payload.

Purpose

get_object reads back a previously stored object. Clients should treat returned bytes as opaque object content unless a higher-level format contract exists elsewhere in the protocol.

The request carries the admin key plus the target object path. The response body is the stored object bytes on success.

Wire reference — authored from source

This byte layout was derived from the current raidax implementation (cmd_fs.c). It reflects the live binary protocol used by the file service.

Request Body

Admin Key / AU (16 bytes) 0 File Path (Variable length) 16 3E 3E