list
List bundle requests or get details for a specific request.
request-id(optional): Specific request ID to get detailed information
--json: Output result in JSON format for programmatic parsing--last: Show only the most recent request
- Without arguments: Lists 50 most recent bundle requests
- With request ID: Shows detailed information for the specific request
- With
--last: Shows only the most recent request - Displays requests in a formatted table (unless
--jsonis used) - JSON output available for both list and specific request queries
New: The request is newly createdUploading: The model files are being uploadedUploading Failed: The upload encountered an errorProcessing: The bundle is being processedProcessing Failed: Processing failedCompleted: The request is successfully completed and ready for downloadCancelled: The request is cancelled by the userArchived: The request is archived and no longer available for download; this happens automatically 5 days after completion
- Not authenticated: Prompts to login first
- Request ID not found: Shows not found error
- Network issues: Shows connection error
cancel
Cancel a bundle request that is still processing.
request-id(required): ID of the bundle request to cancel
- Sends a cancellation request to the LEAP platform
- Updates the request status to βcancelledβ
- Cannot cancel requests that are already completed or archived
- Request not found: Shows request not found error
- Request already completed: Shows informational message
- Not authenticated: Prompts to login first
- Network issues: Shows connection error