Saltar al contenido principal
GET
/
cms
/
v3
/
hubdb
/
tables
/
{tableIdOrName}
/
draft
/
export
Exportar una tabla de borrador
curl --request GET \
  --url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/draft/export \
  --header 'Authorization: Bearer <token>'
"<string>"

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Pro
Sales HubSales Hub -Gratuito
Service HubService Hub -Gratuito
Content HubContent Hub -Pro

Autorizaciones

Authorization
string
header
requerido

The access token received from the authorization server in the OAuth 2.0 flow.

Parámetros de ruta

tableIdOrName
string
requerido

El ID o nombre de la tabla que se exportará.

Parámetros de consulta

format
string

El formato de archivo que se exportará. Los valores posibles incluyen CSV, XLSX y XLS.

Respuesta

successful operation

The response is of type file.

Last modified on January 26, 2026