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