bl get
Get a resourceSynopsis
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
- pretty: Human-readable colored output (default)
- json: Machine-readable JSON (for scripting)
- yaml: YAML format
- table: Tabular format with columns
Examples
Options
Options inherited from parent commands
SEE ALSO
- bl - Blaxel CLI is a command line tool to interact with Blaxel APIs.
- bl get agents - Get a Agent
- bl get functions - Get a Function
- bl get integrationconnections - Get a IntegrationConnection
- bl get jobs - Get a Job
- bl get models - Get a Model
- bl get policies - Get a Policy
- bl get sandboxes - Get a Sandbox
- bl get volumes - Get a Volume