get_upload
Retrieve an uploaded dataset's details, including column schema, row count, and file metadata. Use this data to configure model inputs without re-reading the CSV.
Instructions
Get one uploaded dataset's details, including its column schema.
Returns id, filename, original_filename, source_type, mime_type, file_size, row_count, column_count, columns ([{name, dtype}, ...] — use these to build create_model's channel/control column arguments without re-reading the CSV), and created_at.
Args: file_id: The upload's id, from upload_data's response or list_uploads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes |