def get_context_commits(
    name: str,
    *,
    project: Optional[str] = None,
    api_key: Optional[str] = None,
) -> List[Dict]:

source code

Retrieves the commit history for a context.

Arguments:

  • name - Name of the context.
  • project - Name of the project the context belongs to.
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

A list of dictionaries, each representing a commit.