---
title: "GET /flows/instances/{slug}/used_by/"
method: GET
path: "/flows/instances/{slug}/used_by/"
tags: ["flows"]
---

# GET /flows/instances/{slug}/used_by/

`GET /flows/instances/{slug}/used_by/`

Get a list of all objects that use this object

## Path parameters

- `slug` string, required — Visible in the URL.

## Response `200`

- UsedBy[]
  - `app` string, required
  - `model_name` string, required
  - `pk` string, required
  - `name` string, required
  - `action` 'cascade' | 'cascade_many' | 'set_null' | 'set_default' | 'left_dangling', required

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
