GET
	https://api.subscriptiongenius.com/2/mailinglist/{mailing_list_id}
 
 
 
 
	
	
	  
	      
	        | Paramater | Description | Data Type | 
	    
	    
	    
	    	      
	        | count | Number of subscribers in the mailing list. | String | 
	      	      
	        | date_created | YYYY-MM-DD | String | 
	      	      
	        | grace_from_date | YYYY-MM-DD | Date | 
	      	      
	        | grace_issues | Number of issues past a subscribers expiration to still include in list. | String | 
	      	      
	        | is_gap | If the list is a gap list including subscribers on an already delivered issue. | String | 
	      	      
	        | mailing_list_id | Unique id referencing the mailing list. | String | 
	      	      
	        | name | Usually the name of the issue or the name of the list. | String | 
	      	      
	        | parent_mailing_list_id | If the list is a gap list. This will reference the mailing list for the primary mailing list. | Int | 
	      	      
	        | status | 'Auto-renewal Pending','Auto-renewal Processing','Auto-renewal Complete','Pending','Generating Galley','Generating','Error','Complete' | ENUM | 
	      	    
	  
			
				{
  "mailing_list_id":"14",
  "name":"BB0311",
  "status":"Complete",
  "count":"593",
  "is_gap":"0",
  "grace_from_date":null,
  "grace_issues":"0",
  "parent_mailing_list_id":null,
  "date_created":"2010-12-19 20:25:13"
}