Skip to content

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
TypeHTTP (bearer)

Parameters

Path Parameters

fileId*
Typestring
Required
formatuuid

Responses

Successful Response
application/json
JSON
{
"file": {
"content": "string",
"contentType": "string",
"expiresAt": "string",
"id": "string",
"metadata": "string",
"name": "string",
"orgId": "string",
"resourceId": "string"
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: