to navigate to open Esc to close Search by Algolia

API: Listing tags

Available since FileRun 2026.3.0.

Target URL /api.php/Drive/files/tags/list
Required scope metadata
HTTP Method GET/POST
Output format JSON

Request Parameters Reference

Parameter Type Required Description
path string Yes See this page

Requires the account permission to access metadata.

The response

The data array holds the tags of the file or folder, newest first. Each entry has the following fields:

Field Type Description
id integer The id of the tag record. This is the id the removing endpoint takes.
text string The text of the tag
color string The color of the tag. A tag added without a color is given one automatically.