list_application_versions
List all recorded versions of a DBOS application from DBOS Conductor, returning version details, count, and application name. Useful for tracking deployment history and managing version states.
Instructions
List all versions of an application from DBOS Conductor.
Each time an application connects with a new version string, a new version is recorded. Use set_latest_application_version to control which version is considered current.
Args: application_name (string, required): Name of the DBOS application
Returns: versions: Array of version objects, each containing: - version_id (string): Unique identifier for this version - version_name (string): The version string - version_timestamp (int): Version timestamp (Unix epoch milliseconds) - created_at (int): When this version was first seen (Unix epoch milliseconds) count (int): Number of versions 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 | |||