Files
Get a file
Retrieves an existing temporary file.
GET
/
v1
/
files
/
{file_id}
Path Parameters
file_id
string
requiredThe unique identifier of a file.
Returns
Returns a 200 OK
status code along with a file object if successful, or an error otherwise.
Was this page helpful?