get https://{serverURL}/api/image-builds//list-executions
List all executions for an image build. This same info is also returned by the image build GET api, which returns the 100 most recent executions.
Responses
List all executions for an image build. This same info is also returned by the image build GET api, which returns the 100 most recent executions.
xxxxxxxxxx
curl --request GET \
--url https://changeme/api/image-builds/id/list-executions \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: