Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 5.76 KB

File metadata and controls

21 lines (18 loc) · 5.76 KB

GetFileResponse

Fields

Field Type Required Description Example
id str ✔️ The unique identifier of the file. 497f6eca-6276-4993-bfeb-53cbbbba6f09
object str ✔️ The object type, which is always "file". file
size_bytes int ✔️ The size of the file, in bytes. 13000
created_at int ✔️ The UNIX timestamp (in seconds) of the event. 1716963433
filename str ✔️ The name of the uploaded file. files_upload.jsonl
purpose models.FilePurpose ✔️ N/A
sample_type models.SampleType ✔️ N/A
num_lines OptionalNullable[int] N/A
mimetype OptionalNullable[str] N/A
source models.Source ✔️ N/A
signature OptionalNullable[str] N/A
expires_at OptionalNullable[int] N/A
visibility OptionalNullable[models.FileVisibility] N/A
deleted bool ✔️ N/A