Saltar al contenido principal
GET
/
cms
/
v3
/
hubdb
/
tables
/
{tableIdOrName}
/
export
Exportar una versión publicada de una tabla
curl --request GET \
  --url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/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 de HubDB.

Parámetros de consulta

format
string

El formato de exportación (CSV, XLS, XLSX).

Respuesta

successful operation

The response is of type file.

Last modified on March 19, 2026