curl --request GET \
--url https://agents.studio.getsupervisor.ai/v1/agents/{agentId}/blueprints \
--header 'Authorization: Bearer <token>' \
--header 'x-workspace-id: <x-workspace-id>'{
"data": [
{
"versionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "draft",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"blueprint": {
"version": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"number": 2,
"status": "draft",
"hash": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
},
"blueprintId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"languageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"personalityName": "<string>",
"personalityRole": "<string>",
"targetAudience": "<string>",
"mainGoal": "<string>",
"personalityInitialGreeting": "<string>",
"personalityMessageStyleId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"personalityToneStyleId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"startSpeaker": "user",
"requiredData": [],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"criticalRules": [],
"topicsAllowed": [],
"topicsForbidden": []
}
}
]
}curl --request GET \
--url https://agents.studio.getsupervisor.ai/v1/agents/{agentId}/blueprints \
--header 'Authorization: Bearer <token>' \
--header 'x-workspace-id: <x-workspace-id>'{
"data": [
{
"versionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "draft",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"blueprint": {
"version": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"number": 2,
"status": "draft",
"hash": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
},
"blueprintId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"languageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"personalityName": "<string>",
"personalityRole": "<string>",
"targetAudience": "<string>",
"mainGoal": "<string>",
"personalityInitialGreeting": "<string>",
"personalityMessageStyleId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"personalityToneStyleId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"startSpeaker": "user",
"requiredData": [],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"criticalRules": [],
"topicsAllowed": [],
"topicsForbidden": []
}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Identificador del workspace multi-tenant.
Identificador del agente
Filtra resultados por estado de la versión asociada.
draft, active, archived Colección de blueprints por versión del agente
Show child attributes
draft, active, archived Blueprint (personalidad) asociado a una versión específica del agente.
Show child attributes
Show child attributes
x >= 1draft, active, archived 11111user, agent