Contacts Tables
List Contacts Table Columns
List the columns on a table, with type and aggregated per-cell status counts.
Billing: Free.
get/v3/contacts/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
}
}