List all tags for the authenticated user's company
Tags
List all tags for the authenticated user's company
Retrieve a list of tags for the authenticated user’s company. Results are ordered by creation date (newest first).
GET
List all tags for the authenticated user's company
Documentation Index
Fetch the complete documentation index at: https://docs.lighton.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by auto_assign flag. True if the tag can be automatically assigned by the system, False if it can only be assigned manually.
Filter by tag name (case-insensitive partial match)
A page number within the paginated result set.
Number of results to return per page.