Get
/team/list/{list_id}
Get details of a specific team list
Security
HTTP
Type bearer
Bearer token authentication. Include the token in the Authorization header:
Authorization: Bearer <your-token>
Path parameters
list_id
stringRequired
Supermetrics team list ID
Responses
200
Team list details retrieved successfully
object  
meta
object  
request_id
string    
API request ID
data
object (TeamList)  
list_id
string    
Supermetrics list ID
list_slug
string    
User-defined ID, used to reference list in queries
list_name
string    
List name
list_type
string    
List type
Valid values[
  "account_ids"
]
ds_id
string    
Data source ID. Empty string when list is global.
ds_name
string    
Data source name. Empty string when list is global.
show_in_products 
Array of string   
List of Supermetrics products this list should be shown in. If empty, not shown in any product.
string    
Valid values[
  "API",
  "DWH",
  "MND"
]
404
Requested team list was not found
object  
error
string    
Valid values[
  "LIST_NOT_FOUND"
]
message
string