v1

latestOpenAPI 3.0.3Proprietary2026-08-0656136286.9 KB
Companies Tables

List Companies Table Columns

List the columns on a table, with type and aggregated per-cell status counts.

Billing: Free.

get/v3/companies/tables/{table_id}/columns

Path parameters

table_idstring required

The table's ID.

Query parameters

emailstring email

Email of the user making the request. Used to scope ownership/visibility checks on GET/DELETE calls, which cannot carry a body.

Response

Successful response

Example response

{
  "data": [
    {
      "columnId": "c1",
      "name": "Job title",
      "type": "lusha",
      "key": "jobTitle"
    }
  ],
  "billing": {
    "creditsCharged": 3,
    "resultsReturned": 1
  }
}