Get the current deployment status for a plugin.
Status Values:
queued: Plugin is waiting in the deployment queue. Deployment will start within 30 seconds.pending: Deployment has been triggered, waiting for Anyscale to start.in_progress: Blue-green deployment in progress. New replicas are being created.deployed: Plugin successfully deployed and ready for realtime inference.failed: Deployment failed. Check the error field for details.not_deployed: Plugin has not been deployed for realtime inference (batch-only).Polling Recommendation: After deploying a plugin, poll this endpoint every 10-15 seconds to check status. Deployment typically completes within 3-5 minutes.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
Deployment status
Response model for plugin deployment status.
Status values:
Plugin identifier
Namespace ID
Deployment status (QUEUED, PENDING, IN_PROGRESS, DEPLOYED, FAILED, NOT_DEPLOYED)
Plugin name
Plugin version
Whether realtime inference is enabled
Human-readable status message
When plugin was queued (ISO format)
Estimated time to deployment completion in seconds
Whether plugin is deployed
HTTP route prefix for realtime inference
Feature URI for using the plugin
When plugin was deployed (ISO format)
Error message if deployment failed