List blueprints
Authorization
BearerAuth AuthorizationBearer <token>
MagickMind API key (mm_...) or user JWT, sent as Authorization: Bearer <token>. /v1/chat/completions accepts an API key only. JWTs (not mm_ keys) may alternatively be passed as a ?token= query parameter.
In: header
Query Parameters
cursor?string
limit?integer
order?string
Value in
- "ASC"
- "DESC"
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/blueprints"{ "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 }}{ "error": { "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "request_id": "string", "errors": [ { "field": "string", "message": "string" } ] }}{ "error": { "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "request_id": "string", "errors": [ { "field": "string", "message": "string" } ] }}