v1
latestOpenAPI 3.0.1The University of Illinois/NCSA Open Source License (NCSA)2026-07-1727211165.4 KBfiles
Retrieve physical file object metadata
Get information of the file object (not the resource it describes) as JSON. For example, size of file, date created, content type, filename.
get/files/{id}/metadata
Path parameters
idstring required
Response
Successfully returns a list of files
Example response
{
"id": "5b8e969d5e0e8690971ee23e",
"filename": "cat.jpg",
"filepath": "/home/clowder/data/uploads/41/e2/1e/5b8e969d5e0e8690971ee241",
"filedescription": "Picture of a cat",
"content-type": "image/jpeg",
"date-created": "Tue Sep 04 09:28:45 CDT 2018",
"size": "190497",
"authorId": "5447f889fa429866bbd44dbd",
"thumbnail": "5bfd5a2640c6cd6147bb27e0",
"status": "PROCESSED"
}