Skip to main content
GET
Get provider file

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

provider
string
required

External storage provider identifier, such as onedrive, sharepoint, or google_drive.

file_id
string
required

Provider-specific file or folder identifier.

Query Parameters

project_id
string<uuid>

Optional project ID for project-scoped provider credentials.

Response

File metadata

id
string
required

Provider-specific file or folder ID.

name
string
required

File or folder name.

path
string
required

Provider path for the file or folder.

mime_type
string
required

MIME type or folder for folders.

size
number
required

File size in bytes. Folders may report 0.

is_folder
boolean
required

Whether this item is a folder.

modified_at
string
required

Provider modified timestamp.

thumbnail
string

Optional provider thumbnail URL.