Skip to content

List triage response templates for a project

GET
/projects/{projectId}/triage_response_templates

Returns all response templates for the specified project, ordered by name. Viewer+ role required. Templates are reusable canned responses that triagers can insert into the response textarea when making triage decisions.

Authorizations

tokenAuth

Personal access token authentication. Send via Authorization header: Authorization: Token vulcan_xxx. Tokens are SHA-256 hashed server-side (never stored in plaintext). Scopes: read (GET), write (mutations), admin (everything). Create tokens via Settings → API Tokens in the web UI.

Type
HTTP (token)

Parameters

Path Parameters

projectId*

Numeric ID of the project.

Type
integer
Required
Example42

Responses

List of templates

application/json
JSON
{
  
"triage_response_templates": [
  
  
{
  
  
  
"id": 1,
  
  
  
"name": "Accept - standard",
  
  
  
"body": "Concur with the finding as written.",
  
  
  
"created_by_id": 42,
  
  
  
"created_at": "2026-06-01T10:00:00Z"
  
  
}
  
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Part of the MITRE Security Automation Framework (SAF)