Infrastructure/OTA Versions & Policies
GETOTASince 1.0SynchronousAuth Required
GetVersion
Retrieve details of a registered software version
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
idStringRequiredID of the OTA version record to retrieve
Responses
Endpoint
GET/api/v1/ota/versions/{id}
/api/v1/ota/versions/{id}
Request Example
curl -X GET '{host}/api/v1/ota/versions/{id}' -H 'Authorization: Bearer {token}'
Response Example
200{"id": "ver-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "version": "1.3.0", "releaseNotes": "Bug fixes and performance improvements", "sha256Checksum": "abc123def456abc123def456abc123def456abc123def456abc123def456abc1", "fileSize": 52428800, "minAgentVersion": "1.2.0", "status": "active", "deprecateReason": "Security vulnerability in v1.3.0; upgrade to v1.3.1"}Change History
This API has no change history records yet.
