Skip to main content
GET
List Files

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-tfy-provider-name
string
required

Name of the provider

x-tfy-metadata
string

Optional metadata for the request

x-tfy-vertex-storage-bucket-name
string

Vertex AI storage bucket name

x-tfy-vertex-region
string

Vertex AI region (e.g., europe-west4)

x-tfy-provider-model
string

Provider-specific model identifier

Response

200 - application/json

All files retrieved successfully

object
string
required

Type of the object, e.g., 'list'.

data
object[]
required

Array of file objects.

has_more
boolean
required

Whether there are more files to retrieve.

first_id
string | null
required

The ID of the first file in the list.

last_id
string | null
required

The ID of the last file in the list.