Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Get a file's metadata by the file ID.
GET
/backend/v1/files/{fileId}
Get a file's metadata by the file ID.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
fileId
*
Type
string
Required
format
uuid
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"file"
:
{
"content"
:
"string"
,
"contentType"
:
"string"
,
"expiresAt"
:
"string"
,
"id"
:
"string"
,
"metadata"
:
"string"
,
"name"
:
"string"
,
"orgId"
:
"string"
,
"resourceId"
:
"string"
}
}
GET
/backend/v1/files/{fileId}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
fileId
*
Try it out
Samples
Powered by
VitePress OpenAPI