GET
/v1/private/agent-configs/blueprints/history/projects/{project_id}Get blueprint historyRetrieves paginated blueprint history for a project
Parameters
project_idstring · uuidpathrequiredpageinteger · int32querysizeinteger · int32queryResponses
objectBlueprintPage_History
contentarray of objectShow child attributes
Show array items
created_atstring · date-timecreated_bystringdescriptionstringenvsarray of stringShow child attributes
idstring · uuidlast_updated_atstring · date-timelast_updated_bystringnamestringtypestringrequiredvaluesarray of objectrequiredShow child attributes
Show array items
descriptionstringkeystringrequiredtypestringrequiredvaluestringpageinteger · int32sizeinteger · int32totalinteger · int64{
"content": [
{
"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"
}
]
}
],
"page": 0,
"size": 0,
"total": 0
}objectErrorMessage_History
errorsarray of stringShow child attributes
{
"errors": [
"string"
]
}objectErrorMessage_History
errorsarray of stringShow child attributes
{
"errors": [
"string"
]
}