Hive Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
Hive Tables
| Name | Description |
| ActionComments | Returns all comments for a given action |
| Actions | Returns all actions for a given workspace that the user has access to |
| ActionTemplates | Returns all action templates for a given workspace that the user has access to |
| CustomTags | Returns all project or user custom tags |
| Groups | Returns all chat groups for a given workspace |
| Labels | Returns all labels for a given workspace that the user has access to |
| Projects | Returns all projects for a given workspace that the user has access to |
| ProjectTags | Returns all project tags for a workspace and projectId |
| RoleTags | Returns all role tags for a workspace |
| Teams | Returns all teams for your workspace |
| Users | Returns a list of users or a specific user |
| UserSettings | Returns a single user setting for a given workspace and user |
| UserTags | Returns all user tags for a user in a workspace |
| Workspaces | Returns all workspaces that you're a member of |
| WorkspaceUsers | Returns all users for a given workspace that the user has access to |