Legacy project search by SRG ID
GET
/search/projects
Searches projects that have components based on a given SRG. Returns compact tuples [id, name]. This is a legacy search endpoint — prefer /api/search/global for new integrations.
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
Query Parameters
q*
SRG identifier to search for.
Type
Requiredstring
Example
"Container_Platform_SRG"Responses
Matching projects as compact tuples
application/json
JSON "projects": [ [ 4, "Container Platform" ] ]
{
}