The documentation provides a curl one-liner for downloading all artifacts from a given build number, or the latest build: https://circleci.com/docs/2.0/artifacts/#downloading-all-artifacts-for-a-build-on-circleciHowever, there is currently no endpoint to download all artifacts from the most recent pipeline, or a specific pipeline. Right now, this requires scripting and iterating through multiple endpoints.
CCI-I-1643