list_application_versions
Fetch every version recorded for an application from DBOS Conductor, including version IDs, timestamps, and creation times, to review deployment history.
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: - versionId (string): Unique identifier for this version - versionName (string): The version string - versionTimestamp (string): Version timestamp (ISO 8601) - createdAt (string): When this version was first seen (ISO 8601) 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 | |||