Returns all tags in your library.
curl https://api.getmatter.com/public/v1/tags \ -H "Authorization: Bearer mat_your_token_here"
{ "object": "list", "results": [ { "object": "tag", "id": "tag_n5j2x", "name": "essays", "item_count": 42, "created_at": "2025-01-15T10:00:00Z" }, { "object": "tag", "id": "tag_k3m9p", "name": "tech", "item_count": 87, "created_at": "2025-02-20T14:30:00Z" } ], "has_more": false, "next_cursor": null }
"list"
Show tag properties
"tag"