---
title: "GET /crm/lists/2026-09/{listId}/schedule-conversion"
method: GET
path: "/crm/lists/2026-09/{listId}/schedule-conversion"
tags: ["List Management"]
---

# GET /crm/lists/2026-09/{listId}/schedule-conversion

`GET /crm/lists/2026-09/{listId}/schedule-conversion`

## Path parameters

- `listId` string, required

## Response `200`

successful operation

- PublicListConversionResponse
  - `convertedAt` string, date-time — The date and time when the list was converted.
  - `listId` string, required — The unique identifier of the list for which the conversion details are provided.
  - `requestedConversionTime` union — The scheduled time for the list conversion, which can be based on a specific date or inactivity period.
    - PublicListConversionDate
      - `conversionType` 'CONVERSION_DATE', required — Specifies the type of conversion (CONVERSION_DATE).
      - `day` integer, required — The day component of the conversion date.
      - `month` integer, required — The month component of the conversion date.
      - `year` integer, required — The year component of the conversion date.
    - PublicListConversionInactivity
      - `conversionType` 'INACTIVITY', required — Specifies the type of conversion (INACTIVITY).
      - `offset` integer, required — The number of time units for the inactivity period.
      - `timeUnit` 'DAY' | 'MONTH' | 'WEEK', required — The unit of time for the inactivity period, such as (DAY, MONTH, WEEK).

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/crm-lists.md) · [All operations](https://skmtc.net/hubspot/apis/crm-lists/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/crm-lists/revisions/768fc0c2673a/schema)
