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

Get one project of the organization by project ID.

## Basic Parameters

<div className="integrations-table">
  | Parameter       | Description                                        |
  | --------------- | -------------------------------------------------- |
  | Organization ID | The ID of the org to which the project belongs to. |
  | Project ID      | The ID of the project.                             |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description           |
  | --------- | --------------------- |
  | Expand    | Expand relationships. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"attributes": {
			"build_args": {
				"root_workspace": "string"
			},
			"business_criticality": [
				"medium"
			],
			"created": "2021-05-29T09:50:54.014Z",
			"environment": [
				"external",
				"hosted"
			],
			"lifecycle": [
				"production"
			],
			"name": "snyk/goof",
			"origin": "github",
			"settings": {
				"auto_dependency_upgrade": {
					"ignored_dependencies": [
						"typescript"
					],
					"is_enabled": true,
					"is_inherited": true,
					"is_major_upgrade_enabled": true,
					"limit": 10,
					"minimum_age": 365
				},
				"auto_remediation_prs": {
					"is_backlog_prs_enabled": true,
					"is_fresh_prs_enabled": true,
					"is_patch_remediation_enabled": true
				},
				"manual_remediation_prs": {
					"is_patch_remediation_enabled": true
				},
				"pull_request_assignment": {
					"assignees": [
						"my-github-username"
					],
					"is_enabled": true,
					"type": "auto"
				},
				"pull_requests": {
					"fail_only_for_issues_with_fix": true,
					"policy": "all",
					"severity_threshold": "high"
				},
				"recurring_tests": {
					"frequency": "daily"
				}
			},
			"status": "active",
			"tags": [
				{
					"key": "tag-key",
					"value": "tag-value"
				}
			],
			"target_file": "package.json",
			"target_reference": "main",
			"target_runtime": "string",
			"type": "maven"
		},
		"id": "1892a820-0520-4000-8779-ae3cc31a4c01",
		"meta": {
			"cli_monitored_at": "2021-05-29T09:50:54.014Z"
		},
		"relationships": {
			"importer": {
				"data": {
					"id": "4a72d1db-b465-4764-99e1-ecedad03b06a",
					"type": "resource"
				},
				"links": {
					"related": {
						"href": "https://example.com/api/resource/4a72d1db-b465-4764-99e1-ecedad03b06a"
					}
				}
			},
			"organization": {
				"data": {
					"id": "4a72d1db-b465-4764-99e1-ecedad03b06a",
					"type": "resource"
				},
				"links": {
					"related": {
						"href": "https://example.com/api/resource/4a72d1db-b465-4764-99e1-ecedad03b06a"
					}
				}
			},
			"owner": {
				"data": {
					"id": "4a72d1db-b465-4764-99e1-ecedad03b06a",
					"type": "resource"
				},
				"links": {
					"related": {
						"href": "https://example.com/api/resource/4a72d1db-b465-4764-99e1-ecedad03b06a"
					}
				}
			},
			"target": {
				"data": {
					"id": "4a72d1db-b465-4764-99e1-ecedad03b06a",
					"type": "resource"
				},
				"links": {
					"related": {
						"href": "https://example.com/api/resource/4a72d1db-b465-4764-99e1-ecedad03b06a"
					}
				}
			}
		},
		"type": "project"
	},
	"jsonapi": {
		"version": "1.0"
	},
	"links": {
		"first": "https://example.com/api/resource",
		"last": "https://example.com/api/resource",
		"next": "https://example.com/api/resource",
		"prev": "https://example.com/api/resource",
		"related": "https://example.com/api/resource",
		"self": "https://example.com/api/resource"
	}
}
```

## Workflow Library Example

[Get Organization Project with Snyk and Send Results Via Email](https://library.blinkops.com/workflows/get-organization-project-with-snyk-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-project-with-snyk-and-send-results-via-email/canvas" />
</div>
