Models
File
Represents a file with its ID, name, status, and creation timestamp.
File
Represents a file object returned by the API.
Attributes
| Name | Type | Description |
|---|---|---|
id | str | The unique identifier of the file. |
name | str | The name of the file. |
status | FileStatus | The current status of the file. |
created_at | datetime | The timestamp when the file was created. |