v1
latestOpenAPI 3.1.02026-08-06213193627.0 KBlogs
Get Labels For App
Fetch labels' keys or values from the logs.
- If 'key' is provided, it searches for values associated with the specified label key(s).
- If 'key' is NOT provided, it fetches the label keys for the given app keys.
Parameters:
- key (str, optional): Optional parameter to search for specific label keys.
- keys (List[str]): List of app keys to fetch labels for.
Returns:
- List[str]: A list of label keys or values, depending on the use case.
post/v1/logs/labels
Query parameters
keystring nullable
Request body
Response
Successful Response
string[] required