---
title: "Get transfer usage"
method: GET
path: "/billing/usage/transfer"
tags: ["Billing"]
---

# Get transfer usage

`GET /billing/usage/transfer`

Returns data transfer (egress/ingestion) usage for the authenticated user's organization

## Query parameters

- `start_date` string
- `end_date` string
- `workspace_id` string
- `granularity` string

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalBillingTransferUsageResponse
  - `by_transfer_type` object
  - `events` GithubComActiveloopaiDeeplakeApiInternalBillingDataTransferEvent[]
    - `bytes_transferred` integer
    - `created_at` string
    - `destination_region` string
    - `gb_transferred` number
    - `id` string
    - `idempotency_key` string
    - `metadata` object
    - `org_id` string
    - `price_cents_per_gb` number
    - `region_id` string
    - `source_region` string
    - `total_cost_cents` integer
    - `transfer_type` string — egress, ingestion
    - `user_id` string
    - `workspace_id` string
  - `period_end` string
  - `period_start` string
  - `series` GithubComActiveloopaiDeeplakeApiInternalBillingTransferSeriesPoint[]
    - `bucket_start` string
    - `cost_cents` integer
    - `total_gb` number
  - `total_cost_cents` integer
  - `total_egress_gb` number
  - `total_ingestion_gb` number
  - `total_inter_region_gb` number

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

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