phabricator_file_info
Retrieve file metadata including name, size, MIME type and download URI using file ID or PHID.
Instructions
Get metadata about a file (name, size, MIME type, URI). Use the returned URI to download. Provide at least one of id or phid. Uses file.info (the only Conduit method that returns download URIs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | File ID (provide this or phid) | |
| phid | No | File PHID (provide this or id) |