Get workspace path metadata
GET/api/workspace/file-info
Returns classification and filesystem metadata for one file, folder, archive, or MPK member without reading its content. Use this when a client needs size, modification time, or preview strategy before requesting the file-preview or raw-image endpoint.
Request
Responses
- 200
- 400
- 403
- 404
- 500
File, folder, or MPK archive-member metadata.
Missing or invalid request data.
The requested path escapes the allowed root.
The requested resource was not found.
A local operation failed.