# Get active file groups

This endpoint returns all active file groups configured
under the current account context.

Behavior:

- Only active file groups are included
- Results are scoped to the authenticated account
- Used to populate file classification or upload options

Endpoint: GET /api/v1/filegroups

## Response 200 fields (text/plain):

  - `data` (array,null)

  - `data.fileGroupId` (string)

  - `data.fileGroupName` (string,null)

  - `data.responseDescription` (string,null)

  - `message` (string,null)

  - `isError` (boolean)

  - `messageCode` (integer)

  - `status` (string,null)

  - `errorType` (string,null)

  - `traceid` (string,null)

  - `responseDescription` (string,null)


