---
title: "Get a billing operation by ID"
method: GET
path: "/api/billing/ops/{id}"
tags: ["billing"]
---

# Get a billing operation by ID

`GET /api/billing/ops/{id}`

[cloud-only] Returns details of a specific billing operation.

## Path parameters

- `id` string, required

## Response `200`

Billing operation

- BillingOp — [cloud-only] A billing operation record.
  - `id` string, required
  - `status` 'pending' | 'completed' | 'failed', required
  - `type` string
  - `amount` integer
  - `created_at` string, date-time
  - `completed_at` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `404` — Not found

## Changes

- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/billing/ops/:id/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c9640fded659/schema)
