# Get list by ID

Use the Get list by ID operation to retrieve a specific recommendation list by its ID.

## Node parameters

Note
For the purpose of retrieving a recommendation list, the following fields should be set as follows:

- **Credentials to connect with**: The `Client ID` and `Client Secret` of any application in your tenant. Retrieve the credentials from any application in your tenant (available in the [application settings](https://portal.transmitsecurity.io/applications/)). These credentials are not scoped to a specific app—they grant access to the entire tenant. Once saved, the credentials are stored as a `Mosaic account` and can be updated at any time.
- **Resource**: `Detection and Response`
- **Operation**: `Get list by ID`


- **List ID**: The unique identifier for the recommendation list to retrieve.


## Result

As the node is run, the recommendation list is retrieved. The node displays the following metadata:

- **List Name**: The list title.
- **Tenant ID**: ID of the tenant.
- **List Type**: The type of recommendation list.
- **Creator**: The list owner.
- **List ID**: The unique identifier for the recommendation list to retrieve.
- **Items**: Array of objects.
- **Created Date**: The timestamp when the list was created.
- **Updated Date**: The timestamp when the list was updated.


style
section article ul li {
        margin-top: 3px !important;
    }