lists
Get List Details
Returns key data points about a list, including the UID, created date, last updated date, and count of companies in the list.
get/api/v1.4/lists/{list_uid}/
Path parameters
list_uidstring required
The UID of the list.
Response
OK
Example response
{
"name": "List A",
"list_uid": "QE5XDQEB",
"created_date": "2024-05-13T16:25:17.065916Z",
"updated_date": "2024-06-17T07:15:59.708119Z",
"company_count": 3
}