---
title: "Get All Search Terms"
method: GET
path: "/api/v2/search-terms"
tags: ["SearchTerm"]
---

# Get All Search Terms

`GET /api/v2/search-terms`

This endpoint retrieves (up to) the top 100 search terms for the current organization.<br><br> **Note:** The total number of records returned may vary because some search terms have been searched the same quantity. <h3>Required Scope</h3>`search_terms:read`

## Query parameters

- `next` string
- `limit` integer
- `filter[start_date]` string, date
- `filter[end_date]` string, date

## Response `200`

Success

- ListedSearchTerm
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedSearchTermData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` ListedSearchTermAttributes
      - `search-term` string, nullable — The term that was used to search.
      - `count` integer — The number of times that the term has been used to search.

---

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