get https://api-beta.copilot.com/v1/files/
This endpoint returns the metadata for a specific file object.
This endpoint returns the metadata for all file objects: file, folder, and link.
The id
passed as a path param should be a valid UUID of a file.
When the object
property of the requested resource is a file
, the file can subsequently be downloaded in one step using the Download a File endpoint if it is under 4 MB (4194304 Bytes), or in two steps using the Retrieve Download URL of a File endpoint for files of any size.