List Smart Tags
Smart Tags
List Smart Tags
Returns a paginated list of smart tags for the company.
Filtering:
id- Filter by smart tag ID (single or array)filterText- Text search across tag name
Sorting:
createdAt(default),updatedAt,tagName,tagDisplayName
Required permission: company:read
GET
List Smart Tags
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Query Parameters
Filter by smart tag ID (single UUID or array of UUIDs)
Search across quote number, description, and other text fields
Field to sort by (default createdAt)
Available options:
createdAt, updatedAt, tagName, tagDisplayName Sort direction (default desc)
Available options:
asc, desc Page number (1-based, default 1, page size 50)
Required range:
x >= 1