---
title: "List custom allocation rule statuses"
method: GET
path: "/api/v2/cost/arbitrary_rule/status"
tags: ["Cloud Cost Management"]
---

# List custom allocation rule statuses

`GET /api/v2/cost/arbitrary_rule/status`

List the processing status of all custom allocation rules. Returns only the ID and processing status for each rule.

## Response `200`

OK

- ArbitraryRuleStatusResponseArray — Processing statuses for all custom allocation rules in the specified organization.
  - `data` ArbitraryRuleStatusResponseData[], required — Processing status for a custom allocation rule.
    - `attributes` ArbitraryRuleStatusResponseDataAttributes, required — Processing status for a custom allocation rule.
      - `processing_status` string, required — The processing status of the custom allocation rule.
    - `id` string, required — The unique identifier of the custom allocation rule.
    - `type` 'arbitrary_rule_status', required — Custom allocation rule status resource type.

## Other responses

- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
