get https://api.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. You can find the ID of a file by calling the List Files endpoint.
When the object property of the requested resource is a file, the file can subsequently be downloaded in one step using the downloadUrl
returned in the response.