---
title: "Retrieves the template and schema count for the given account and collection name"
method: GET
path: "/atomicassets/v1/accounts/{account}/{collection_name}"
tags: ["accounts"]
---

# Retrieves the template and schema count for the given account and collection name

`GET /atomicassets/v1/accounts/{account}/{collection_name}`

## Path parameters

- `account` string, required
- `collection_name` string, required

## Response `200`

OK

- object
  - `success` boolean
  - `data` object[]
    - `templates` object[]
      - `template_id` string
      - `assets` string
    - `schemas` object[]
      - `schema_name` string
      - `assets` string
  - `query_time` integer, nullable

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/worldwide-asset-exchange/apis/atomicassets-api.md) · [All operations](https://skmtc.net/worldwide-asset-exchange/apis/atomicassets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldwide-asset-exchange/atomicassets-api/revisions/6e5b195ccabb/schema)
