Gets the status and metadata of a file uploaded to an assistant.
Value
List with http response, content (file details), and status_code. Content includes: - id: File UUID - name: File name - status: File status ("Processing", "Available", "Failed") - size: File size in bytes - metadata: File metadata - created_on: Creation timestamp - updated_on: Last update timestamp - percent_done: Processing progress - signed_url: Signed URL for download (if include_url = TRUE) - error_message: Error message (if status is "Failed")