curl --location '/v1/blueprints?cursor=undefined&limit=undefined&order=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"blueprint_id": "string",
"category": "string",
"created_at": "string",
"created_by": "string",
"default_dyadic": {
"confidence_threshold": 0,
"enabled": true,
"initial_weight": 0,
"learnable_traits": [
"string"
],
"max_relationships": 0,
"max_weight": 0
},
"default_growth": {
"boundaries": [
{}
],
"domain_rates": {},
"goal_states": [
{}
],
"triggers": [
{}
],
"type": "FIXED"
},
"description": "string",
"id": "string",
"name": "string",
"namespace": "SYSTEM",
"owner_id": "string",
"traits": [
{
"default": {},
"required": true,
"trait_ref": "string"
}
],
"updated_at": "string",
"visibility": "PRIVATE"
}
],
"paging": {
"cursors": {
"after": "string",
"before": "string"
},
"has_more": true,
"has_previous": true
}
}