---
title: "List restriction queries"
method: GET
path: "/api/v2/logs/config/restriction_queries"
tags: ["Logs Restriction Queries"]
---

# List restriction queries

`GET /api/v2/logs/config/restriction_queries`

Returns all restriction queries, including their names and IDs.

## Query parameters

- `page[size]` integer
- `page[number]` integer

## Response `200`

OK

- RestrictionQueryListResponse — Response containing information about multiple restriction queries.
  - `data` RestrictionQueryWithoutRelationships[] — Array of returned restriction queries.
    - `attributes` RestrictionQueryAttributes — Attributes of the restriction query.
      - `created_at` string, date-time — Creation time of the restriction query.
      - `last_modifier_email` string — Email of the user who last modified this restriction query.
      - `last_modifier_name` string — Name of the user who last modified this restriction query.
      - `modified_at` string, date-time — Time of last restriction query modification.
      - `restriction_query` string — The query that defines the restriction. Only the content matching the query can be returned.
      - `role_count` integer — Number of roles associated with this restriction query.
      - `user_count` integer — Number of users associated with this restriction query.
    - `id` string — ID of the restriction query.
    - `type` string — Restriction queries type.

## Other responses

- `403` — Authentication error
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
