bayesline.api.equity.AsyncUploaderApi.get_staging_results

bayesline.api.equity.AsyncUploaderApi.get_staging_results#

abstract async AsyncUploaderApi.get_staging_results(names: list[str] | None = None) dict[str, UploadStagingResult]#

Get the staging results for the optional list of names.

Parameters#

names: list[str] | None, optional

The names of the staging results to get. If None will get all staging results. Missing names will be ignored and won’t be part of the result.

Returns#

dict[str, UploadStagingResult]:

A dictionary of staging results.