Indexing

🛡️ Count your files.

<h3>🛡️ Requires Capabilities: <code>Indexing.Read</code></h3>
get/api/v1/index/counts

Response

{"stackTrail":"paths:/api/v1/index/counts:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"musicFiles":10,"photoFiles":12,"movieFiles":20,"tvFiles":24}}

Example response

{
  "musicFiles": 10,
  "photoFiles": 12,
  "movieFiles": 20,
  "tvFiles": 24
}

Changes

No recorded changes to this endpoint across all 176 revisions of this API.