def get_contexts(
    *,
    prefix: Optional[str] = None,
    project: Optional[str] = None,
    api_key: Optional[str] = None,
) -> Dict[str, str]:

source code

Gets all contexts associated with a project, with the corresponding prefix.

Arguments:

  • prefix - Prefix of the contexts to get.
  • project - Name of the project the artifacts belong to.
  • api_key - If specified, unify API key to be used. Defaults to the value in the
  • kwargs - Dictionary containing one or more key:value pairs that will be stored

Returns:

A message indicating whether the artifacts were successfully added.