Lists
Retrieve a List
Retrieve a specific list by its ID
GET
Authorizations
Your API key
Path Parameters
ID of the list to retrieve
Response
200 - application/json
A list object
The name of the list
Example:
"Tech Companies 2024"
The id of the list
Example:
"8e1dcba0-f0bb-4071-99fc-f18ba6559ccc"
The LinkedIn ID of the list
Example:
123456789
The creation date of the list
Example:
"2024-01-01T00:00:00Z"
The last modified date of the list
Example:
"2024-01-02T00:00:00Z"
The current status of the list import process
Available options:
pending
, completed
, failed
Example:
"completed"