v1

latestOpenAPI 3.0.32026-07-262499981.2 MB
CallGraphDataService

GetCallGraphData

Fetches the call graph for a given package version that is captured in the parent UUID.

get/v1/namespaces/{tenant_meta.namespace}/call-graph-data/{uuid}

Path parameters

tenant_meta.namespacestring required

Namespaces are a way to organize organizational units into virtual groupings of resources. Namespaces must be a fully qualified name, for example, the child namespace of namespace "endor.prod" called "app" is called "endor.prod.app".

uuidstring required

The UUID of the requested resource.

Query parameters

get_parameters.maskstring

List of fields to return (all fields are returned by default).

Response

A successful response.

related_objectstring

An internal value that identifies the callgraph storage location.

storage_urlstring

The URL of the storage location of the callgraph.

uuidstring

The UUID for a call graph resource.

zstd_bytesstring byte

Callgraph proto bytes are encoded in zstd bytes. The caller is responsible to compress/uncompress the bytes.