Get graph node resource content

Privileges: RESTORE_VIEW, RESTORE_DOWNLOAD

Fetch the content of a graph node resource for a given session id using an opaque resource identifier, such as the one obtained from POST .../graph-nodes/data. The content is streamed as application/octet-stream. The Range request header is honored so a client may fetch a bounded portion without knowing the total size in advance; the response is then a 206 with a Content-Range header.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Specifies the id of a session.

string
required

Opaque resource identifier.

Headers
string

Optional HTTP byte range request header (e.g. 'bytes=0-1048575') to fetch a bounded portion of the node data. When present the response is a 206 Partial Content with a Content-Range header reporting the total size.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/octet-stream