Skip to main content

List Tags

GET /tags
Retrieves a list of all tags.

Query Parameters

  • name (optional) - Filter by name
  • projectId (required) - Filter by project ID

Response

{
  "data": [
    {
      "id": "string",
      "name": "string",
      "bg_color": "string",
      "text_color": "string"
    }
  ]
}