Skip to main content
GET
Retrieves the entry found at the given path.

Query Parameters

path
string
default:/
required

he path to apply the operation to.

recursiveParam
string
default:-1
required

If the path is a directory, the maximum depth at which to retrieve children. -1 means that all available children are retrieved, 0 means that only the directory itself is retrieved. Default is -1.

includeContentParam
enum<string>
default:true
required

When set, the content of the retrieved file is included in the response.

Available options:
false,
true
recursive
string
default:-1
includeContent
string
default:true

Response

Request completed successfully.

Tree structure representing content hierarchy with metadata

children
object

Map of child tree nodes

entry
object

Content entry information