# st.retrieveSSI

This action allows you to retrieve your current SSI (Social Selling Index).

## Constraints

> ⏺️ **Root Start:** allowed.

> ⬆️ **Parent Actions:** N/A.

> ⬇️ **Child Actions:** N/A.

## Parameters

```json
{
  "actionType": "st.retrieveSSI",
  "label": "ssi"
}
```

- `label` (optional) – custom label for tracking this action in workflow completion.

## Result options

This action always completes successfully.

```json
{
  "actionType": "st.retrieveSSI",
  "label": "ssi",
  "success": true,
  "data": {
    "ssi": 78,
    "industryTop": 15,
    "networkTop": 10
  }
}
```

- `label` – included only if specified in the action parameters.
- `data.ssi` – number (1-100) representing your current Social Selling Index.
- `data.industryTop` – percentage (1-100) showing your industry ranking by SSI score. For example, a value of 5 means you are in the top 5% of your industry.
- `data.networkTop` – percentage (1-100) showing your network ranking by SSI score. For example, a value of 10 means you are in the top 10% of your network.
