def get_logs_by_id(
    ids: Union[int, List[int]],
    *,
    api_key: Optional[str] = None,
) -> List[unify.Log]:

source code

Returns the logs associated with a given ids.

Arguments:

  • ids - IDs of the logs to fetch.
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

The full set of logs matching the given ids.