Skip to main content

bl get

List or retrieve Blaxel resources in your workspace

Synopsis

Retrieve information about Blaxel resources in your workspace. A “resource” in Blaxel refers to any deployable or manageable entity:
  • agents: AI agent applications
  • functions/mcp: Model Context Protocol servers (tool providers)
  • jobs: Batch processing tasks
  • sandboxes: Isolated execution environments
  • models: AI model configurations
  • policies: Access control policies
  • volumes: Persistent storage
  • integrationconnections: External service integrations
Hub Discovery (pre-built resources available in the Blaxel Hub):
  • sandbox-hub: Pre-built sandbox images with pre-installed tools and runtimes
  • mcp-hub: Pre-built MCP servers for tool integrations (GitHub, Slack, etc.)
  • templates: Project scaffolding templates for bl new
Output Formats: Use -o flag to control output format:
  • pretty: Human-readable colored output (default)
  • json: Machine-readable JSON (for scripting)
  • yaml: YAML format
  • table: Tabular format with columns
Watch Mode: Use —watch to continuously monitor a resource and see updates in real-time. Useful for tracking deployment status or watching for changes. The command can list all resources of a type or get details for a specific one.

Examples

Options

Options inherited from parent commands

SEE ALSO

Last modified on April 14, 2026