Skip to main content
GET
Get a component by id

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string<uuid>
required

UUID of the component

Response

200 - application/json

Full component

id
string<uuid>
required

The unique identifier for the component.

runId
string
required

The ID of the run that the component belongs to

name
string
required

The name of the component.

ingresses
object[]
required

The ingresses associated with the component.

egresses
object[]
required

The egresses associated with the component.

paths
object[]
required

The paths associated with the component.

type
string
required

The type of the component.

Allowed value: "CODE"
metadata
object
required

Metadata about the code that is being analyzed

friendly_name
string

Optional user-defined friendly name for the component.

collectionMechanism
enum<string>

The mechanism used to collect data for this component (SCA or BYOL).

Available options:
SCA,
BYOL