def get_artifacts(
    project: Optional[str] = None,
    api_key: Optional[str] = None,
) -> Dict[str, Any]:

source code

Returns the key-value pairs of all artifacts in a project.

Arguments:

  • project - Name of the project to delete an artifact from.
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

A dictionary of all artifacts associated with the project, with keys for artifact names and values for the artifacts themselves.