GET
/v1/private/agent-configs/blueprints/{blueprint_id}/deltasRetrieve delta by blueprint IDRetrieves only the changes (delta) introduced in a specific blueprint
Parameters
blueprint_idstring · uuidpathrequiredResponses
objectAgentBlueprint_Public
created_atstring · date-timecreated_bystringdescriptionstringenvsarray of stringShow child attributes
idstring · uuidlast_updated_atstring · date-timelast_updated_bystringnamestringtypestringrequiredvaluesarray of objectrequiredShow child attributes
Show array items
descriptionstringkeystringrequiredtypestringrequiredvaluestring{
"created_at": "2026-06-09T00:00:00Z",
"created_by": "string",
"description": "string",
"envs": [
"string"
],
"id": "00000000-0000-0000-0000-000000000000",
"last_updated_at": "2026-06-09T00:00:00Z",
"last_updated_by": "string",
"name": "string",
"type": "blueprint",
"values": [
{
"description": "string",
"key": "string",
"type": "boolean",
"value": "string"
}
]
}objectErrorMessage_Public
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage_Public
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}