v1

latestOpenAPI 3.1.02026-07-13154170539.0 KB
Logs

Get Log Groups

Returns a dict with the different versions as keys and the values of the remaining items within a given project based on its key. The logs can be filtered using filter_expr, from_ids, and exclude_ids parameters before grouping.

get/v0/logs/groups

Query parameters

project_namestring required

Name of the project to get entries from.

Name of the project to get entries from.

keystring required

Name of the log entry to get distinct values from.

Name of the log entry to get distinct values from.

contextstring nullable

Static context to filter logs by.

Static context to filter logs by.

filter_exprstring nullable

Boolean string to filter entries before grouping.

Boolean string to filter entries before grouping.

from_idsstring nullable

The log ids which are permitted to be included in the search. Each log id listed does not need to be returned, but no logs which are not included in this list can be returned. This argument cannot be set if exclude_ids is set.

The log ids which are permitted to be included in the search. Each log id listed does not need to be returned, but no logs which are not included in this list can be returned. This argument cannot be set if exclude_ids is set.

exclude_idsstring nullable

The log ids which cannot be returned from the search. None of the listed ids will be returned, even if the logs are valid as per the filtering expression etc. This argument cannot be set if from_ids is set.

The log ids which cannot be returned from the search. None of the listed ids will be returned, even if the logs are valid as per the filtering expression etc. This argument cannot be set if from_ids is set.

Response

Successful Response

object required