Get queue item (JSON)
documentedGet details for a specific queue item by ID.
GET /queue/item/{id}/api/jsonQueueno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://jenkins-ci.org/queue/item/{{$id}}/api/json" \
-X GET \
-u "{{$jenkins_user}}:{{JENKINS-CI_API_KEY}}" \
-H "Accept: application/json"