API Examples
The Select Star API is a versatile tool that can be used in various scenarios. Here are some of the most common use cases where this API is beneficial.
BI/Dashboards
Get a list of Frequent Users for a dashboard
Path Parameters
Name
Type
Description
{
"count": 1, #Number of users
"next": null,
"previous": null,
"results": [
{
"guid": "du_kJEyvzXcGEkLGzCjWQ5DZp", #GUID of the user
"name": "[email protected]",
"display_name": "[email protected]", #The username field for the user used by the datasource
"user": null,
"query_count": 7, #Number of times user executed the dashboard
"last_queried": "2022-10-28",
"data_source": {
"guid": "ds_HPqMxFcUsNmNmhQNPbiEEJ",
"type": "tableau",
"name": "Tableau",
"last_ingested_on": "2022-11-22T20:00:59.761699Z"
}
}
]
}Get a list of related dashboard used in a Looker Explore
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Databases/Tables
Get GUID for a table using full path of the object
Query Parameters
Name
Type
Description
Get GUIDs for the tables with popularity over 90% (Top 10 percent of most used tables)
Query Parameters
Name
Type
Description
Get GUIDs for the tables with no usage
Query Parameters
Name
Type
Description
Lineage
Get lineage for a table
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
User Management
Get user information by user email
Path Parameters
Name
Type
Description
Create a user using the user API
Query Parameters
Name
Type
Description
Tags

Get GUIDs for all dbt tags
Query Parameters
Name
Type
Description
Get a list of all assets tagged as PII
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Last updated
Was this helpful?
