Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference tables: agents, teams, tags, HSM templates.
id
company_id
first_name
last_name
email
active
agent_type
admin
agent
name
team_id
0
status
APPROVED
REJECTED
PROCESSING
category
template_type
content
provider_id
agent_id
tag_id
tag_name
team_name
SELECT a.first_name, a.last_name, at.tag_name, at.team_name FROM client_analytics.dim_agents a INNER JOIN client_analytics.dim_agent_tags at ON at.agent_id = a.id WHERE a.active = true ORDER BY at.team_name, a.first_name
Was this page helpful?