Skip to main content

UploadStatusItemResponse

upload_idUpload Id (string)required
agent_nameAgent Name (string)required
statusStatus (string)required
progress_percentageProgress Percentage (integer)required
owner_id object
anyOf
string
source_info object
anyOf
object
file_size object
anyOf
integer
capabilities_generatedCapabilities Generated (boolean)
Default value: false
orchestration_triggeredOrchestration Triggered (boolean)
Default value: false
registry_updatedRegistry Updated (boolean)
Default value: false
url object
anyOf
string
registry_id object
anyOf
string
status_message object
anyOf
string
error_details object
anyOf
  • Array [
  • string
  • ]
  • validation_errors object
    anyOf
  • Array [
  • string
  • ]
  • created_atCreated At (string)required
    updated_atUpdated At (string)required
    completed_at object
    anyOf
    string
    processing_duration object
    anyOf
    number
    orchestration_duration object
    anyOf
    number
    UploadStatusItemResponse
    {
    "upload_id": "string",
    "agent_name": "string",
    "status": "string",
    "progress_percentage": 0,
    "owner_id": "string",
    "source_info": {},
    "file_size": 0,
    "capabilities_generated": false,
    "orchestration_triggered": false,
    "registry_updated": false,
    "url": "string",
    "registry_id": "string",
    "status_message": "string",
    "error_details": [
    "string"
    ],
    "validation_errors": [
    "string"
    ],
    "created_at": "string",
    "updated_at": "string",
    "completed_at": "string",
    "processing_duration": 0,
    "orchestration_duration": 0
    }