pub async fn list_run_artifacts( pool: &PgPool, run_id: RunId, ) -> Result<Vec<ArtifactRegistry>, Error>
Retrieves a list of artifacts associated with a given workflow run.