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

# List Projects

Get a list of all project entities.

**Note:** Default cost rates and default billing rates are not returned for time-based projects.
**Important to note:**

* Default cost rates and default billing rates are not returned for time-based projects.
* Financial information is only returned when Financial Manager is installed and licensed.

**Required Scope**:

* `projects:view`

<Note>
  External Documentation

  To learn more, visit the [Tempo documentation](https://apidocs.tempo.io/#tag/Project).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                           |
  | ---------------- | --------------------------------------------------------------------- |
  | Limit            | Limit the number of items returned in the response.                   |
  | Offset           | Define the number of items to skip before starting to return results. |
  | Return All Pages | Automatically fetch all resources, page by page.                      |
</div>

## Example Output

```json theme={"dark"}
{
	"metadata": {
		"count": 1,
		"limit": 50,
		"next": "https://api.tempo.io/[...]",
		"offset": 0,
		"previous": "https://api.tempo.io/[...]"
	},
	"results": [
		{
			"attributeValues": [
				{
					"id": "6388c3bd-6e69-49c6-8724-c23408386d4c",
					"input": {
						"option": {
							"id": "61423fc3-9eac-431e-aa79-0a881f53ddc8",
							"name": "Canada"
						},
						"user": {
							"id": "598cda20-0076-4b89-a9f4-37b3ce1e688c",
							"userLink": {
								"linked": {
									"ecosystem": "JIRA",
									"originId": "1111aaaa22",
									"self": "https://my-cloud-instance.atlassian.net/rest/api/2/user?accountId=1111aaaa22"
								}
							}
						},
						"value": "Some value"
					},
					"type": "SELECT_LIST"
				}
			],
			"autoSync": {
				"nextScheduledSyncAt": "2023-12-31T21:00:00.000Z",
				"schedule": "DAILY",
				"timeZoneOffsetInHours": -5
			},
			"budget": {
				"amount": {
					"currencyCode": "USD",
					"value": 1234.56
				},
				"self": "https://api.tempo.io/4/projects/dd442e10-75d1-4b80-9be3-9d1293ad23b9/budget"
			},
			"budgetMilestones": {
				"self": "https://api.tempo.io/[...]"
			},
			"defaultBillingRate": {
				"currencyCode": "USD",
				"value": 1234.56
			},
			"defaultCostRate": {
				"currencyCode": "USD",
				"value": 1234.56
			},
			"editable": true,
			"expenseActuals": {
				"self": "https://api.tempo.io/[...]"
			},
			"expenses": {
				"self": "https://api.tempo.io/[...]"
			},
			"generalAccess": "RESTRICTED",
			"id": "dd442e10-75d1-4b80-9be3-9d1293ad23b9",
			"isTrackingRevenue": true,
			"isUsingAccountRates": true,
			"isUsingApproval": true,
			"isUsingGlobalCostRates": true,
			"laborActuals": {
				"self": "https://api.tempo.io/[...]"
			},
			"name": "Operation Bedlam",
			"owner": {
				"id": "598cda20-0076-4b89-a9f4-37b3ce1e688c",
				"userLink": {
					"linked": {
						"ecosystem": "JIRA",
						"originId": "1111aaaa22",
						"self": "https://my-cloud-instance.atlassian.net/rest/api/2/user?accountId=1111aaaa22"
					}
				}
			},
			"rates": {
				"self": "https://api.tempo.io/[...]"
			},
			"roles": {
				"self": "https://api.tempo.io/[...]"
			},
			"scope": {
				"self": "https://api.tempo.io/4/projects/dd442e10-75d1-4b80-9be3-9d1293ad23b9/scope",
				"source": {
					"reference": "10001",
					"title": "On-going Epics",
					"type": "filter",
					"url": "https://greenplan.atlassian.net/issues/?filter=10001"
				},
				"tasks": {
					"self": "https://api.tempo.io/[...]"
				}
			},
			"self": "https://api.tempo.io/4/projects/dd442e10-75d1-4b80-9be3-9d1293ad23b9",
			"status": "IN_PROGRESS",
			"tags": [
				"Q1",
				"Marketing"
			],
			"timeframe": {
				"self": "https://api.tempo.io/[...]"
			},
			"type": "MONETARY_BASED"
		}
	],
	"self": "https://api.tempo.io/[...]"
}
```

## Workflow Library Example

[List Projects with Tempo and Send Results Via Email](https://library.blinkops.com/workflows/list-projects-with-tempo-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/list-projects-with-tempo-and-send-results-via-email/canvas" />
</div>
