ChatLogsUploadSchema
errorstringrequired
Error description if the upload task failed, or null if no error occurred.
filenamestringrequired
Server-assigned filename identifying the uploaded log file.
idintegerrequired
Unique identifier of the log upload task, used to poll its status.
organization_idintegerrequired
Identifier of the organization that owns the uploaded logs.
user_idintegerrequired
Identifier of the user who initiated the upload.
statusstring
Current status of the upload task: in_progress, completed, or failed.
ChatLogsUploadSchema
{
"error": "string",
"filename": "string",
"id": 0,
"organization_id": 0,
"user_id": 0,
"status": "in_progress"
}
Was this page helpful?