v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Cloud Cost Management

List custom allocation rule statuses

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

get/api/v2/cost/arbitrary_rule/status

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "processing_status": "processing"
      },
      "id": "123",
      "type": "arbitrary_rule_status"
    },
    {
      "attributes": {
        "processing_status": "done"
      },
      "id": "456",
      "type": "arbitrary_rule_status"
    }
  ]
}