> ## 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 Organization Assets By Organization ID

Gets organization assets by organization ID.

<Note>
  External Documentation

  To learn more, visit the [Cybersixgill documentation](https://developer.cybersixgill.com/catalog/api/90fb2827-fd8d-4121-bb28-27fd8d6121d0/doc).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                 |
  | --------------- | ----------------------------------------------------------------------------------------------------------- |
  | Organization ID | The ID of the organization that the assets belongs to. Can be obtained using the List Organizations action. |
</div>

## Example Output

```json theme={"dark"}
{
	"organization_aliases": {
		"automatic": [
			"evil",
			"ev1l"
		],
		"explicit": [
			"ivl"
		]
	},
	"domain_names": {
		"automatic": [
			"google.com",
			"microsoft.com"
		],
		"explicit": [
			"fb.com"
		]
	},
	"ip_addresses": {
		"automatic": [
			"8.8.8.8",
			"6.6.6.6"
		],
		"explicit": [
			"1.2.3.4"
		]
	},
	"products": {
		"automatic": [
			"Vodka",
			"Skype"
		],
		"explicit": [
			"Pineapples"
		]
	},
	"executives": {
		"automatic": [
			"John Doe",
			"Vasya Pupkin"
		],
		"explicit": [
			"Alice"
		]
	},
	"third_parties": {
		"automatic": [
			"goverment",
			"people"
		],
		"explicit": [
			"kittens"
		]
	},
	"cves": {
		"automatic": [
			"CVE-2000-0001"
		],
		"explicit": [
			"CVE-2019-6666"
		]
	},
	"bins": {
		"automatic": [
			"123456"
		],
		"explicit": [
			"444444"
		]
	},
	"read_only": true
}
```

## Workflow Library Example

[Get Organization Assets by Organization Id with Cybersixgill and Send Results Via Email](https://library.blinkops.com/workflows/get-organization-assets-by-organization-id-with-cybersixgill-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-organization-assets-by-organization-id-with-cybersixgill-and-send-results-via-email/canvas" />
</div>
