Method
Parameters
The ID of the file upload to retrieve.
Response
Returns a FileUploadObjectResponse with the current state of the file upload.Always
"file_upload"Unique identifier for the file upload.
Current status of the file upload.Values:
"pending" | "processing" | "complete" | "failed"ISO 8601 timestamp when the file upload was created.
ISO 8601 timestamp when the file upload was last updated.
File information (only present when status is
"complete")Name of the uploaded file.
MIME type of the file.