---
title: "List tracking scripts"
method: GET
path: "/radar/operator/v1/tracking-scripts"
tags: ["Tracking scripts"]
---

# List tracking scripts

`GET /radar/operator/v1/tracking-scripts`

Returns a paginated list of tracking scripts for the given workspace. Filtering by description or internal identifier is supported.

## Query parameters

- `description` string
- `internal_identifier` string
- `page` integer
- `size` integer

## Response `200`

Tracking scripts retrieved successfully

- object
  - `current_page` integer
  - `last_page` integer
  - `per_page` integer
  - `total` integer
  - `next_page_url` string, nullable
  - `prev_page_url` string, nullable
  - `first_page_url` string, nullable
  - `last_page_url` string, nullable
  - `path` string, nullable
  - `from` integer, nullable
  - `to` integer, nullable
  - `data` TrackingScriptTrackingScript[]
    - `tracking_script_id` string, required
    - `internal_identifier` string, required
    - `description` string, nullable
    - `active` boolean, required
    - `domains` string[]
  - `success` boolean

## Other responses

- `403` — You don't have permission to do this

---

[API](https://skmtc.dev/snitcher/apis/snitcher-api.md) · [All operations](https://skmtc.dev/snitcher/apis/snitcher-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snitcher/snitcher-api/revisions/cb6fa68e7c8e/schema)
