---
title: "GET /api/projects/{pid}/current_usage"
method: GET
path: "/api/projects/{pid}/current_usage"
tags: ["api"]
---

# GET /api/projects/{pid}/current_usage

`GET /api/projects/{pid}/current_usage`

## Response `200`

OK

- ProjectUsage
  - `pid` string, uuid — A UUID identifying this project.
  - `name` string, required — Project's name.
  - `network_usage` string
  - `processing_time` string
  - `item_count` string
  - `request_count` string
  - `items_data_size` string
  - `requests_data_size` string
  - `logs_data_size` string

## Changes

- **2022-08-17** `51dbc71201f9` — 1 info
  - endpoint added
- **2022-06-23** `abc63a565218` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation/changes/api/projects/:pid/current_usage/get.md)

---

[API](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation.md) · [All operations](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitmakerla/estela-api-v1-0-documentation/revisions/b25f921f7e59/schema)
