compositions
get_logs_without_fields
Returns a list of logs which do not contain the specified fields, either the logs which do not contain all of the fields (“all”) or the logs which do not contain any of the fields (“any”).
Arguments:
fields
- The fields to not retrieve logs for.mode
- The retrieval mode, either returning the logs with do not contain all ofproject
- Name of the project to get logs from.api_key
- If specified, unify API key to be used. Defaults to the value in the
Returns:
A list of logs which do not contain the specified fields.