# st.retrievePerformance

This action allows you to retrieve performance analytics from your [LinkedIn dashboard](https://www.linkedin.com/dashboard/).

## Constraints

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

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

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

## Parameters

```json
{
  "actionType": "st.retrievePerformance",
  "label": "performance"
}
```

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

## Result options

This action always completes successfully.

```json
{
  "actionType": "st.retrievePerformance",
  "label": "performance",
  "success": true,
  "data": {
    "followersCount": 1250,
    "postViewsLast7Days": 523,
    "profileViewsLast90Days": 342,
    "searchAppearancesPreviousWeek": 89
  }
}
```

- `label` – included only if specified in the action parameters.
- `data.followersCount` – total number of your followers.
- `data.postViewsLast7Days` – number of views on your posts in the last 7 days.
- `data.profileViewsLast90Days` – number of views on your profile in the last 90 days.
- `data.searchAppearancesPreviousWeek` – number of times your profile appeared in LinkedIn searches during the previous week.
