| 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": "2026-03-26T23:50:35.6280458+00:00",
"ListId": "0e9cc5d6-7a5b-4446-beb2-df0d8bf8f093",
"Name": "sample string 3",
"SubscriberCount": 4
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"List":{"Created":"2026-03-26T23:50:35.6280458+00:00","ListId":"0e9cc5d6-7a5b-4446-beb2-df0d8bf8f093","Name":"sample string 3","SubscriberCount":4},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});