Sign in

Get queue item (JSON)

documented

Get details for a specific queue item by ID.

GET /queue/item/{id}/api/jsonQueueno implementation yet0 runs
No 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"
Get queue item (JSON) · Jenkins · OpenIntegrations