/api/v0/ls
List directory contents for Unix filesystem objects.
Arguments
Response
{
"Objects": [
{
"Hash": "<string>",
"Links": [
{
"Hash": "<string>",
"ModTime": "<timestamp>",
"Mode": "<uint32>",
"Name": "<string>",
"Size": "<uint64>",
"Target": "<string>",
"Type": "<int32>"
}
]
}
]
}
cURL Example
Last updated