通过文件ID检索文件的元数据。
Documentation Index
Fetch the complete documentation index at: https://docs.olostep.com/llms.txt
Use this file to discover all available pages before exploring further.
/v1/files/{file_id}
file_id (string): 要检索元数据的文件的唯一标识符。id (string): 文件的唯一标识符。name (string): 文件的名称。size (integer): 文件的大小(以字节为单位)。created_at (string): 文件创建的时间戳。updated_at (string): 文件最后更新的时间戳。404 Not Found: 文件ID不存在。401 Unauthorized: 访问令牌无效或已过期。