# Actor Portfolio Health Check (0-100 Score)

**Use case:** 

Get one 0-100 health score for your whole Apify actor portfolio across reliability, cost, quality, compliance and revenue, with the drivers.

## Input

```json
{
  "includeRevenueBreakdown": false,
  "mode": "default",
  "acknowledgements": [],
  "outputProfile": "full",
  "minimumMonthlyImpactUsd": 0,
  "weeklyHoursBudget": 0,
  "includeSpecialistReports": false
}
```

## Output

```json
{
  "analyzedAt": {
    "label": "Analyzed at",
    "format": "string"
  },
  "fleetHealthScore": {
    "label": "Fleet Health Score",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Fleet Analytics — Full Account Dashboard](https://apify.com/ryanclinton/actor-fleet-analytics) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/actor-fleet-analytics) to learn more, explore other use cases, and run it yourself.