Hi Guys,
I have the following question: I am trying to download the latest artifacts using API method
curl -X GET https://circleci.com/api/v1.1/project/github/< username >/< project >/latest/artifacts?circle-token=< token >&branch=master&filter=completed
But the response is empty [ ], and I see that it was split into two different responses.
I’ve started the command but response was getting when the command finished.
autotest-MacBook-Pro: autotest$ curl -X GET https://circleci.com/api/v1.1/project/github/< username >/< project >/latest/artifacts?circle-token=< token >&branch=master&filter=completed
[1] 23873
[2] 23874
[2]+ Done branch=master
autotest-MacBook-Pro: autotest$ [ { correct response here } ]
I used the CircleCI API earlier and hadn’t faced with this issue.
Probably something was changed in API and I should add something here to get the result in the first response?
Thanks