---
title: "GET /crm/lists/2026-03/{listId}/schedule-conversion"
method: GET
path: "/crm/lists/2026-03/{listId}/schedule-conversion"
tags: ["Basic"]
---

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

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

## Path parameters

- `listId` string, required

## Response `200`

successful operation

- CrmListsPublicListConversionResponse
  - `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.
    - CrmListsPublicListConversionDate
      - `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.
    - CrmListsPublicListConversionInactivity
      - `conversionType` 'INACTIVITY', required — Specifies the type of conversion (INACTIVITY).
      - `offset` integer, required — Value used to paginate through lists. The `offset` provided in the response can be used in the next request to fetch the next page of results. Defaults to `0` if no offset is provided.
      - `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/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
