# Get

Launch stage: GA

`GET /api/2.1/accounts/{account_id}/budget-policies/{policy_id}`

Retrieves a policy by it's ID.

API scopes: billing

## Path parameters

- `policy_id` (string, optional)
  The Id of the policy.
  Constraints: `[ 1 .. 40 ] characters`
- `account_id` (string, optional)
  The account Id of the customer

## Returns

Returns the BudgetPolicy object.

## Response

```json
{
  "policy_id": "string",
  "policy_name": "string",
  "custom_tags": [
    {
      "key": "string",
      "value": "string"
    }
  ],
  "binding_workspace_ids": [
    0
  ]
}
```

