> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qaslylabs.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Asset Group

> Retrieve an asset group and latest discovery summary

<Endpoint method="GET" url="/asset-groups/{groupId}">
  <Response status={200}>
    <Field name="id" type="string" />

    <Field name="name" type="string" />

    <Field name="services" type="number" />

    <Field name="findings" type="Finding[]" />

    <Field name="lastUpdated" type="string" />
  </Response>
</Endpoint>
