Skip to content

List the open relocation-proposal backlog

GET
/requirement_relocations

Returns relocation proposals, optionally filtered to one destination SRG's abbreviation — the standing per-SRG backlog and the creation/open-time prompt count both read this. Rows are scoped to projects the caller can see. Executed records are immutable history and never listed.

Authorizations

cookieAuth
Type
API Key (cookie: _vulcan_session)
or
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

Query Parameters

target_technology_token

The destination SRG's abbreviation to filter by.

Type
string
Example"CTR"

Responses

Open proposals (and retained declines), oldest first

application/json
JSON
[
  
{
  
  
"id": 12,
  
  
"source_rule_id": 5137,
  
  
"target_technology_token": "CTR",
  
  
"created_at": "2026-07-20 15:36:06 UTC",
  
  
"source_displayed_name": "CNTR-00-000051",
  
  
"component_id": 42,
  
  
"component_name": "Container Platform SRG",
  
  
"requested_by_name": "Jane Doe"
  
}
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Part of the MITRE Security Automation Framework (SAF)