📢 Release 1.0.0-beta.9(2026-03-26)现已推出
Arcadia

查询属性

GET
/file/v1/info

授权

Token
api-token<token>

32位令牌,在控制面板《个人设置 - 令牌管理》页面获取

位置: header

查询参数

path*string

绝对路径

响应体

application/json

curl -X GET "http://localhost:5678/api/open/file/v1/info?path=string"
{
  "type": "folder",
  "name": "string",
  "parent_path": "string",
  "mode": "string",
  "size": 0,
  "display_size": "string",
  "modified_time": "string",
  "accessed_time": "string",
  "created_time": "string",
  "changed_time": "string"
}