# jurisdictions (https://developer.godaddy.com/en/docs/references/rest/taxes/jurisdiction/queries/jurisdictions)

***

title: jurisdictions
description: "Get a collection of jurisdictions."
full: true
----------

query

Requires `commerce.tax:read`.

Get a collection of jurisdictions.

`orderBy` is one key only (`id`, `createdAt`, or `updatedAt` — no `name`). Direction must be `ASC` or `DESC`. Sending two keys, or `"desc"`, fails validation.

## Required headers

| Header       | Required | Description                                                                                                                     |
| ------------ | -------- | ------------------------------------------------------------------------------------------------------------------------------- |
| `x-store-id` | Yes      | ID of the store the operation targets. Omitting it returns HTTP 200 with a GraphQL error: `extensions.code: "UNAUTHENTICATED"`. |

Go to [Authentication](https://developer.godaddy.com/docs/api-users/auth) for credential setup.

## Arguments

* `after` `String` **optional**
* `before` `String` **optional**
* `first` `Int` **optional**
* `id` `JurisdictionIdFilter` **optional**
  * `in` `[ID!]` **optional**
* `last` `Int` **optional**
* `orderBy` `JurisdictionOrderBy` **optional**
  * `createdAt` `OrderByDirectionEnum` **optional**
  * `id` `OrderByDirectionEnum` **optional**
  * `updatedAt` `OrderByDirectionEnum` **optional**

## Possible returns

* `QueryJurisdictionsConnection` `QueryJurisdictionsConnection`

- `edges` `[QueryJurisdictionsConnectionEdge]` **nullable**
- `pageInfo` `PageInfo!` **non-null**
