GET action/tag_list
Summary: List tags
Operation ID: tagList
Auth: unknown
Operation ID: tagList
Auth: unknown
Description
Get a list of all tags used on datasets.
Parameters (3)
limit
(integer, query, optional, default: 25)
Maximum number of tags to return.
offset
(integer, query, optional, default: 0)
Offset for pagination.
query
(string, query, optional)
Filter tags by partial string match.
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| List all tags with defaults | curl |
https://www.data.gov/action/tag_list |
|
| Paginated tag list | curl |
https://www.data.gov/action/tag_list?limit=50&offset=25 |
|
| Search tags by partial match | curl |
https://www.data.gov/action/tag_list?query=environment&limit=10 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:39:24.384583 | 404 | 1437ms | |
| 2026-03-23 10:30:54.730118 | 404 | 1402ms | |
| 2026-03-23 09:40:07.329536 | 404 | 1429ms |