> ## 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 Budget Categories

Get a list of all budget categories.

The following scopes are required to run this action:

* `budgetitem.read`
* `budgetitem.write`

<Note>
  External Documentation

  To learn more, visit the [SAP Concur documentation](https://developer.concur.com/api-reference/budget/v4.budget-category.html#get-all-budget-categories-).
</Note>

## Example Output

```json theme={"dark"}
[
	{
		"name": "Marketing and Outreach",
		"description": null,
		"statusType": "OPEN",
		"id": "36047f6c-6cf6-443d-a952-39efb012acdb",
		"expenseTypes": [
			{
				"featureTypeCode": "PURCHASE_REQUEST",
				"expenseTypeCode": "MKTG",
				"id": "f35827a8-7981-4a5b-bfc3-da7ebb4665ff",
				"name": null
			},
			{
				"featureTypeCode": "EXPENSE",
				"expenseTypeCode": "SEMNR",
				"id": "30f16783-e50e-4ab4-b6fb-f66cc75956f2",
				"name": null
			},
			{
				"featureTypeCode": "PURCHASE_REQUEST",
				"expenseTypeCode": "ADVT",
				"id": "64a04928-37b0-49c8-99e8-c346e6d47825",
				"name": null
			}
		]
	},
	{
		"name": "Airfare",
		"description": null,
		"statusType": "OPEN",
		"id": "459fe79a-9b1e-4ea0-8416-19de0ff14eef",
		"expenseTypes": [
			{
				"featureTypeCode": "EXPENSE",
				"expenseTypeCode": "AIRFR",
				"id": "53300041-3fb9-4a93-8cdf-327fcbe74a0c",
				"name": null
			},
			{
				"featureTypeCode": "REQUEST",
				"expenseTypeCode": "AIRFR",
				"id": "29278c5a-624a-4dd6-a2c1-02dd233d3fbf",
				"name": null
			}
		]
	}
]
```

## Workflow Library Example

[List Budget Categories with Sap Concur and Send Results Via Email](https://library.blinkops.com/workflows/list-budget-categories-with-sap-concur-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-budget-categories-with-sap-concur-and-send-results-via-email/canvas" />
</div>
