Skip to main content
GET
/
api
/
threat-model
/
versions
/
{versionId}
/
attributions
cURL
curl -X GET "https://app.cotool.ai/api/threat-model/versions/:versionId/attributions" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
{
  "versionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "attributions": [
    {
      "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "agentName": "<string>",
      "snippet": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Path Parameters

versionId
string<uuid>
required

Unique identifier for a threat model version in the organization history

Response

Successful response

versionId
string<uuid>
required

Threat model version the attributions belong to

attributions
object[]
required

Orchestrator-created agents whose objectives point at this TM version