---
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

---

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