Files
File management operations
Authorizations
Path parameters
idstringRequired
File ID
Responses
200
Returns the file details
application/json
404
File not found
get
/api/file/{id}GET /api/file/{id} HTTP/1.1
Host:
Accept: */*
{
"id": "text",
"name": "text",
"fileName": "text",
"fileType": "text",
"fileSize": 1,
"url": "text",
"createdAt": "2025-12-06T01:19:25.036Z",
"updatedAt": "2025-12-06T01:19:25.036Z"
}Last updated
Was this helpful?