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

Returns a project component.

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                             |
  | ------------ | --------------------------------------------------------------------------------------- |
  | Component ID | The ID of the component.<br />Can be obtained via the `List Project Components` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"self": "http://www.example.com/jira/rest/api/2/component/10000",
	"id": "10000",
	"name": "Component 1",
	"description": "This is a Jira component",
	"lead": {
		"self": "http://www.example.com/jira/rest/api/2/user?username=fred",
		"key": "JIRAUSER10100",
		"name": "fred",
		"emailAddress": "fred@example.com",
		"avatarUrls": {
			"48x48": "http://www.example.com/jira/secure/useravatar?size=large&ownerId=fred",
			"24x24": "http://www.example.com/jira/secure/useravatar?size=small&ownerId=fred",
			"16x16": "http://www.example.com/jira/secure/useravatar?size=xsmall&ownerId=fred",
			"32x32": "http://www.example.com/jira/secure/useravatar?size=medium&ownerId=fred"
		},
		"displayName": "Fred F. User",
		"active": true,
		"deleted": false,
		"timeZone": "Australia/Sydney",
		"locale": "en_AU"
	},
	"assigneeType": "PROJECT_LEAD",
	"assignee": {
		"self": "http://www.example.com/jira/rest/api/2/user?username=fred",
		"key": "JIRAUSER10100",
		"name": "fred",
		"emailAddress": "fred@example.com",
		"avatarUrls": {
			"48x48": "http://www.example.com/jira/secure/useravatar?size=large&ownerId=fred",
			"24x24": "http://www.example.com/jira/secure/useravatar?size=small&ownerId=fred",
			"16x16": "http://www.example.com/jira/secure/useravatar?size=xsmall&ownerId=fred",
			"32x32": "http://www.example.com/jira/secure/useravatar?size=medium&ownerId=fred"
		},
		"displayName": "Fred F. User",
		"active": true,
		"deleted": false,
		"timeZone": "Australia/Sydney",
		"locale": "en_AU"
	},
	"realAssigneeType": "PROJECT_LEAD",
	"realAssignee": {
		"self": "http://www.example.com/jira/rest/api/2/user?username=fred",
		"key": "JIRAUSER10100",
		"name": "fred",
		"emailAddress": "fred@example.com",
		"avatarUrls": {
			"48x48": "http://www.example.com/jira/secure/useravatar?size=large&ownerId=fred",
			"24x24": "http://www.example.com/jira/secure/useravatar?size=small&ownerId=fred",
			"16x16": "http://www.example.com/jira/secure/useravatar?size=xsmall&ownerId=fred",
			"32x32": "http://www.example.com/jira/secure/useravatar?size=medium&ownerId=fred"
		},
		"displayName": "Fred F. User",
		"active": true,
		"deleted": false,
		"timeZone": "Australia/Sydney",
		"locale": "en_AU"
	},
	"isAssigneeTypeValid": false,
	"project": "HSP",
	"projectId": 10000
}
```

## Workflow Library Example

[Get Component with Jira Data Center and Send Results Via Email](https://library.blinkops.com/workflows/get-component-with-jira-data-center-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-component-with-jira-data-center-and-send-results-via-email/canvas" />
</div>
