Get Upload
get_uploadRetrieve a dataset's details and column schema by file ID, providing metadata like row count, column count, and column dtypes to build model arguments 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||