# All Recent Incidents GitHub Status History

**Use case:** 

Extract GitHub Status History data filtered by All Recent Incidents. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "incidents"
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "impact": {
    "label": "Impact",
    "format": "text"
  },
  "incidentImpact": {
    "label": "Incident Impact",
    "format": "text"
  },
  "monitoringAt": {
    "label": "Monitoring At",
    "format": "date"
  },
  "resolvedAt": {
    "label": "Resolved At",
    "format": "date"
  },
  "scheduledFor": {
    "label": "Scheduled For",
    "format": "date"
  },
  "scheduledUntil": {
    "label": "Scheduled Until",
    "format": "date"
  },
  "scheduledStatus": {
    "label": "Scheduled Status",
    "format": "text"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "shortlink": {
    "label": "Link",
    "format": "link"
  },
  "affectedComponents": {
    "label": "Components",
    "format": "object"
  },
  "componentIds": {
    "label": "Component IDs",
    "format": "object"
  },
  "latestUpdate": {
    "label": "Latest Update",
    "format": "text"
  },
  "updatesCount": {
    "label": "Updates",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Status History Scraper](https://apify.com/parseforge/github-status-history-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/github-status-history-scraper) to learn more, explore other use cases, and run it yourself.