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

Returns the [project details](https://confluence.atlassian.com/x/ahLpNw) for a project.

This operation can be accessed anonymously.

**Permissions required:** *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project.

<Note>
  External Documentation

  To learn more, visit the [Jira documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-projectidorkey-get).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter         | Description                                     |
  | ----------------- | ----------------------------------------------- |
  | Project ID Or Key | The project ID or project key (case sensitive). |
</div>

## Example Output

```json theme={"dark"}
{
	"expand": "<string>",
	"self": "<string>",
	"id": "<string>",
	"key": "<string>",
	"description": "<string>",
	"lead": {
		"self": "<string>",
		"accountId": "<string>",
		"avatarUrls": {
			"48x48": "<string>",
			"24x24": "<string>",
			"16x16": "<string>",
			"32x32": "<string>"
		},
		"displayName": "<string>",
		"active": true
	},
	"components": [
		{
			"self": "<string>",
			"id": "<string>",
			"name": "<string>",
			"isAssigneeTypeValid": false
		},
		{
			"self": "<string>",
			"id": "<string>",
			"name": "<string>",
			"isAssigneeTypeValid": false
		}
	],
	"issueTypes": [
		{
			"self": "<string>",
			"id": "<string>",
			"description": "<string>",
			"iconUrl": "<string>",
			"name": "<string>",
			"subtask": false,
			"avatarId": 15321,
			"hierarchyLevel": 1
		},
		{
			"self": "<string>",
			"id": "<string>",
			"description": "<string>",
			"iconUrl": "<string>",
			"name": "<string>",
			"subtask": true,
			"avatarId": 16071,
			"hierarchyLevel": 2
		}
	],
	"assigneeType": "<string>",
	"versions": [],
	"name": "<string>",
	"roles": {
		"Transitioner": "<string>",
		"Product Owner": "<string>",
		"User": "<string>",
		"Administrator No Notifications": "<string>",
		"IM Admins": "<string>",
		"Service Desk Customers": "<string>",
		"Network Operations Manager": "<string>",
		"Developer": "<string>",
		"Product": "<string>",
		"Web Development Team Member": "<string>",
		"Link Issues": "<string>",
		"atlassian-addons-project-access": "<string>",
		"Internal Operations Manager": "<string>",
		"IM Viewer": "<string>",
		"IM Advanced User": "<string>",
		"Project Manager": "<string>",
		"Web Development Contractor": "<string>",
		"Internal Operations Junior Developer": "<string>",
		"View Only": "<string>",
		"Comment": "<string>",
		"Service Desk Team": "<string>",
		"Cloud Architecture and Security Administrator": "<string>",
		"Internal Operations Developer": "<string>",
		"Web Development Director": "<string>",
		"Quality Assurance Contractor (Webdev)": "<string>",
		"Service Desk No-Notification": "<string>",
		"xDevelopers": "<string>",
		"QA Engineer": "<string>",
		"Software Developer": "<string>",
		"Developer no-notification": "<string>",
		"Systems Integration User": "<string>",
		"LVT Employees": "<string>",
		"Administrators": "<string>"
	},
	"avatarUrls": {
		"48x48": "<string>",
		"24x24": "<string>",
		"16x16": "<string>",
		"32x32": "<string>"
	},
	"projectCategory": {
		"self": "<string>",
		"id": "<string>",
		"name": "<string>",
		"description": "<string>"
	},
	"projectTypeKey": "<string>",
	"simplified": false,
	"style": "<string>",
	"isPrivate": false,
	"properties": {}
}
```

## Workflow Library Example

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