Filter by field jq

Select objects where a field equals a value

cat data.json | jq '.items[] | select(.status == "Running")'
#jq