ChatLogsUploadResponseSchema
message objectrequired
Details of the log upload task that was started.
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.
statusstringrequired
Indicates the result of the operation. Typically "success".
ChatLogsUploadResponseSchema
{
"message": {
"error": "string",
"filename": "string",
"id": 0,
"organization_id": 0,
"user_id": 0,
"status": "in_progress"
},
"status": "string"
}
Was this page helpful?