list_applications
Retrieve a list of all applications registered with DBOS Conductor, including their status, language, and timeout configurations.
Instructions
List all applications registered with DBOS Conductor.
Returns: applications: Array of application objects, each containing: - application_id (string): Unique identifier - application_name (string): Name of the application - org_id (string): Organization ID - status (string): "AVAILABLE" or "UNAVAILABLE" - language (string, optional): Programming language of the application - gc_time_threshold_ms (int, optional): Garbage collection time threshold in milliseconds - gc_rows_threshold (int, optional): Garbage collection rows threshold (default 1000000) - global_timeout_ms (int, optional): Global workflow timeout in milliseconds - executor_timeout_secs (int): Seconds a disconnected executor can remain before being marked dead and having its workflows recovered (default 60) - private_mode (bool): If true, Conductor never loads application data such as workflow inputs/outputs or schedule contexts - dbos_cloud (bool): Whether the application was provisioned by DBOS Cloud count: Number of applications returned
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||