| Name | Description | Type | Additional Info |
|---|---|---|---|
| listId | The ID of the list. | globally unique identifier | Required |
None.
| Name | Description | Type | Additional Info |
|---|---|---|---|
| List | The list. | ListV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"List": {
"Created": "2025-11-08T22:40:18.9561288+00:00",
"ListId": "ec4d8a0b-2365-4fc7-989f-bb380d568f04",
"Name": "sample string 3",
"SubscriberCount": 4
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"List":{"Created":"2025-11-08T22:40:18.9561288+00:00","ListId":"ec4d8a0b-2365-4fc7-989f-bb380d568f04","Name":"sample string 3","SubscriberCount":4},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});