Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 2.92 KB

retrievefileout.md

File metadata and controls

17 lines (14 loc) · 2.92 KB

RetrieveFileOut

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
source models.Source ✔️ N/A
deleted bool ✔️ N/A
num_lines OptionalNullable[int] N/A