Skip to main content
GET
/
v1
/
agents
/
{agentId}
/
blueprints
Listar blueprints asociados al agente
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": []
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-workspace-id
string<uuid>
required

Identificador del workspace multi-tenant.

Path Parameters

agentId
string<uuid>
required

Identificador del agente

Query Parameters

status
enum<string>

Filtra resultados por estado de la versión asociada.

Available options:
draft,
active,
archived

Response

Colección de blueprints por versión del agente

data
object[]
required