list_executors
List all executors for an application to view their status, version, and host details, enabling monitoring of running instances connected to Conductor.
Instructions
List executors for an application from DBOS Conductor.
Executors are running instances of your application connected to Conductor.
Args: application_name (string, required): Name of the DBOS application
Returns: executors: Array of executor objects, each containing: - executor_id (string): Unique identifier for this executor - application_id (string): The application ID - application_version (string): Version of the application running on this executor - status (string): HEALTHY, DISCONNECTED, or DEAD - host_id (string, optional): Host identifier of the executor - hostname (string, optional): Hostname of the executor - created_at (string): When the executor connected (Unix epoch milliseconds) - updated_at (string): Last heartbeat time (Unix epoch milliseconds) - language (string, optional): Programming language (e.g., "python", "typescript") - dbos_version (string, optional): Version of the DBOS library - executor_metadata (object, optional): Arbitrary metadata reported by the executor count (int): Number of executors returned application (string): Name of the application queried
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||