---
title: "✨ Batch learning resource counts"
method: GET
path: "/api/learning-resources/counts/"
tags: ["Learning Resources"]
---

# ✨ Batch learning resource counts

`GET /api/learning-resources/counts/`

<Card href="https://humansignal.com/goenterprise">
        <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
        <p style="margin-top: 10px; font-size: 14px;">
            This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
        </p>
    </Card>
Return page and learner progress counts for up to 100 learning resource ids (same org/workspace scope as list).

## Query parameters

- `ids` string, required

## Response `200`

- LearningResourceCountsResponse
  - `results` LearningResourceCountsItem[], required
    - `id` integer, required
    - `learner_count` integer, required
    - `learners_completed_count` integer, required
    - `learners_started_count` integer, required
    - `page_count` integer, required

---

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