---
title: "Find keyword lease configs"
method: GET
path: "/keywords/leases/configs"
tags: ["keywords"]
---

# Find keyword lease configs

`GET /keywords/leases/configs`

Searches for all keyword lease configs for the user. Returns a paged list of KeywordConfig

## Query parameters

- `limit` integer
- `offset` integer
- `filter` string
- `labelName` string
- `fields` string

## Response `200`

successful operation

- Page — Represents a page with results returned by query operation. Check [pagination](https://developers.callfire.com/docs.html#pagination) page for more information about pagination in CallFire API.
  - `items` object[] — A list of returned items
  - `limit` integer — A maximum number of returned items. If items.size() < limit assume no more items
  - `offset` integer — An offset from a start of paging source
  - `totalCount` integer — Total count of available results. -1 if unknown

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

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