> ## 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.

# Find Component By Name

Search for a component by name - applicable only for components synced from the JFrog Global database to Xray.

## Parameters

<div className="integrations-table">
  | Parameter      | Description                |
  | -------------- | -------------------------- |
  | Component Name | The name of the component. |
</div>

## Example Output

```json theme={"dark"}
{
	"component": "<string>",
	"package_type": "<string>",
	"name": "<string>",
	"description": "<string>",
	"website_url": "<string>",
	"vcs_url": "<string>",
	"created": "2024-01-30T00:39:28",
	"modified": "2023-12-08T11:08:49",
	"sources": [
		{
			"name": "<string>",
			"url": "<string>",
			"updated": "2022-01-19T13:17:38"
		}
	],
	"versions": [
		{
			"version": "<string>",
			"released": "2022-08-02T04:07:14",
			"licenses": [
				"<string>"
			],
			"files": [
				{
					"name": "<string>",
					"sha256": "<string>",
					"sha1": "<string>",
					"md5": "<string>"
				}
			],
			"op_risk": {
				"risk": "<string>",
				"risk_reason": "<string>",
				"newer_versions": 533,
				"is_eol": true
			}
		}
	],
	"op_risk": {
		"latest_version": "<string>",
		"cadence": 564
	}
}
```

## Workflow Library Example

[Find Component by Name with Jfrog and Send Results Via Email](https://library.blinkops.com/workflows/find-component-by-name-with-jfrog-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/find-component-by-name-with-jfrog-and-send-results-via-email/canvas" />
</div>
