get_upload_record_v1
Check the status of a V1 map upload for GS cleaning robots by providing the upload record ID to monitor progress and retrieve upload information.
Instructions
Checks the status of a V1 map upload.
Args:
record_id: The upload record ID.
Returns:
A dictionary containing the upload status information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"record_id": {
"title": "Record Id",
"type": "string"
}
},
"required": [
"record_id"
],
"type": "object"
}