From 79efb46babe1c1e36ae34103123f0755bfc1ce4d Mon Sep 17 00:00:00 2001 From: PriyaSudip <40382124+PriyaSudip@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:01:36 +0530 Subject: [PATCH] SUP-2860/update-job-queue-api --- pages/apis/graphql/cookbooks/jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/apis/graphql/cookbooks/jobs.md b/pages/apis/graphql/cookbooks/jobs.md index a75a3929bf..ff6d37b961 100644 --- a/pages/apis/graphql/cookbooks/jobs.md +++ b/pages/apis/graphql/cookbooks/jobs.md @@ -6,7 +6,7 @@ You can test out the Buildkite GraphQL API using the [Buildkite explorer](https: ## Get all jobs in a given queue for a given timeframe -Get all jobs in a named queue, created on or after a given date. Note that if you want all jobs in the default queue, you do not need to set a queue name, so you can omit the `agentQueryRules` option. +Get all jobs in a named queue, created on or after a given date. Note that if you want all jobs across the organization, you do not need to set a queue name, so you can omit the `agentQueryRules` option. ```graphql query PipelineRecentBuildLastJobQueue {