> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Historical Compromised Credentials Found Issues

Get "historical\_compromised\_credentials\_found" issues in a scorecard.

<Note>
  External Documentation

  To learn more, visit the [SecurityScorecard documentation](https://securityscorecard.readme.io/reference/get_companies-scorecard-identifier-issues-historical-compromised-credentials-found).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter    | Description                                                  |
  | ------------ | ------------------------------------------------------------ |
  | Issue ID     | Filter issues by the `issue ID` (UUID).                      |
  | Issue IDs    | Enter a comma-separated list of issue IDs to filter (UUIDs). |
  | Scorecard ID | Your scorecard ID.                                           |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter         | Description                                                                         |
  | ----------------- | ----------------------------------------------------------------------------------- |
  | First Seen After  | Filter issues where the `first_seen_time` is on or after the specified time stamp.  |
  | First Seen Before | Filter issues where the `first_seen_time` is on or before the specified time stamp. |
  | Last Seen After   | Filter issues where the `last_seen_time` is on or after the specified time stamp.   |
  | Last Seen Before  | Filter issues where the `last_seen_time` is on or before the specified time stamp.  |
</div>

## Example Output

```json theme={"dark"}
{
	"entries": [
		{
			"issue_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
			"parent_domain": "string",
			"feedback": [
				{
					"created_at": "2024-10-07T09:37:29.541Z",
					"classifier": "string",
					"claim": "string",
					"description": "string",
					"feedback_type": "string",
					"feedback_status": "string",
					"request_id": "string",
					"user_id": "string",
					"last_update": 0,
					"classifier_type": "string"
				}
			],
			"count": 0,
			"first_seen_time": "2024-10-07T09:37:29.541Z",
			"last_seen_time": "2024-10-07T09:37:29.541Z",
			"password": "string",
			"infection_date": "string",
			"domain": "string",
			"user_name": "string",
			"reason": "string",
			"url": "string"
		}
	]
}
```

## Workflow Library Example

[Get Historical Compromised Credentials Found Issues with Securityscorecard and Send Results Via Email](https://library.blinkops.com/workflows/get-historical-compromised-credentials-found-issues-with-securityscorecard-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-historical-compromised-credentials-found-issues-with-securityscorecard-and-send-results-via-email/canvas" />
</div>
