Lists
Get metadata on a single List
Retrieve detailed information about a specific List you have access to view. Returns List configuration including name, owner, privacy settings, and creation details.
get/v2/lists/{listId}
Path parameters
listIdinteger required
List ID
Response
OK
Example response
{
"id": 1,
"name": "All companies",
"creatorId": 1,
"ownerId": 1,
"type": "company",
"createdAt": "2024-03-07T20:21:42Z"
}