POST
/v1/private/workspaces/token-usage/namesGet workspace token usage namesGets the distinct span token usage key names aggregated across the workspace. When project_ids is empty, all projects in the workspace are included; otherwise only the given projects.
Request body
application/json
objectWorkspaceTokenUsageNamesRequest
project_idsarray of string · uuidShow child attributes
{
"project_ids": [
"00000000-0000-0000-0000-000000000000"
]
}Responses
objectTokenUsageNames
namesarray of stringShow child attributes
{
"names": [
"string"
]
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}