Skip to content

Commit

Permalink
SUP-2860/update-job-queue-api
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyaSudip authored Dec 23, 2024
1 parent 23b002a commit 79efb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/apis/graphql/cookbooks/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 79efb46

Please sign in to comment.