---
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
  - `name` string
  - `network_usage` integer, required — Amount of network bytes used.
  - `processing_time` string
  - `item_count` integer, required — Amount of items extracted.
  - `request_count` integer, required — Amount of requests made.
  - `items_data_size` integer, required — Amount in bytes occupied by items in the database
  - `requests_data_size` integer, required — Amount in bytes occupied by requests in the database
  - `logs_data_size` integer, required — Amount in bytes occupied by logs in the database

## 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/ec53774a2b78/schema)
