---
title: "GET /policies/expression/"
method: GET
path: "/policies/expression/"
tags: ["policies"]
---

# GET /policies/expression/

`GET /policies/expression/`

Source Viewset

## Query parameters

- `created` string, date-time
- `execution_logging` boolean
- `expression` string
- `last_updated` string, date-time
- `name` string
- `ordering` string
- `page` integer
- `page_size` integer
- `policy_uuid` string, uuid
- `search` string

## Response `200`

- PaginatedExpressionPolicyList
  - `pagination` Pagination, required
    - `next` number, required
    - `previous` number, required
    - `count` number, required
    - `current` number, required
    - `total_pages` number, required
    - `start_index` number, required
    - `end_index` number, required
  - `results` ExpressionPolicy[], required
    - `pk` string, uuid, required
    - `name` string, required
    - `execution_logging` boolean — When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged.
    - `component` string, required — Get object component so that we know how to edit the object
    - `verbose_name` string, required — Return object's verbose_name
    - `verbose_name_plural` string, required — Return object's plural verbose_name
    - `meta_model_name` string, required — Return internal model name
    - `bound_to` integer, required — Return objects policy is bound to
    - `last_updated` string, date-time, required
    - `created` string, date-time, required
    - `expression` string, required
  - `autocomplete` Autocomplete, required

## Other responses

- `400`
- `403`

## Changes

- **2026-09-08** `c5b9786ece16` — 2 info
  - added the required property `results/items/created` to the response with the `200` status
  - added the required property `results/items/last_updated` to the response with the `200` status

[Change history](https://skmtc.dev/goauthentik/apis/authentik/changes/policies/expression/get.md)

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc.dev/goauthentik/apis/authentik/revisions/72050dd9f6ba?raw)
