# Get filtered assets

This endpoint returns a list of assets associated with the current account
based on the filters specified in the request body.

Behavior:

- Results are scoped to the current account context
- Supports filtering and search based on asset attributes
- Only assets accessible to the user are returned

Endpoint: POST /api/v1/assets

## Request fields (application/json-patch+json):

  - `categoryType` (string,null)

  - `keyword` (string,null)

  - `status` (array,null)

## Response 200 fields (text/plain):

  - `data` (array,null)

  - `data.assetCategory` (string,null)

  - `data.assetCatagoryName` (string,null)

  - `data.assetIdentifier` (string,null)

  - `data.assetId` (string)

  - `data.assetType` (string,null)

  - `message` (string,null)

  - `isError` (boolean)

  - `messageCode` (integer)

  - `status` (string,null)

  - `errorType` (string,null)

  - `traceid` (string,null)

  - `responseDescription` (string,null)


