Get the assembled device config (latest active version, or a specific semver when provided; prefers S3 cache)
GET/api/v2/get_config/:configIdentifier/config/device-config/version/:semver
Get the assembled device config (latest active version, or a specific semver when provided; prefers S3 cache)
Request
Path Parameters
Config project ID, name, or device ID
Semantic version (e.g. 1.2.0). When omitted, the latest active version is returned.
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Device ID this config belongs to
Revision ID of the device config project used
Semantic version of the active revision when this config was assembled
Config release reference (projectId.projectName@semVer) of the active revision
Assembled config groups keyed by group name
metaDataTimestamps
object
Per-field last-writer ISO-8601 timestamps keyed by group name (mirrors groups) for the writable getapp_metadata and getapp_enrollment fields, used by the agent for LWW.
property name*
object
{
"deviceId": "string",
"configRevisionId": {},
"semVer": {},
"configRef": {},
"groups": {},
"metaDataTimestamps": {
"getapp_metadata": {
"name": "2026-07-19T10:00:00.000Z"
},
"getapp_enrollment": {
"deviceType": "2026-07-19T10:00:00.000Z"
}
},
"computedAt": "string"
}