Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

CloudFS filesystem ID

Response

CloudFS filesystem retrieved successfully

data
object

A CloudFS filesystem as returned by get, update, and delete. meta_url omits the credential and there is no meta_token field — the token is only returned by create and rotate-meta-token.