{ "operationId": "postExportsInfo", "method": "POST", "path": "/exports/info", "summary": "Mailchimp Get Export Info", "requestExamples": [ { "contentType": "application/json", "name": "PostexportsinfoRequestExample", "example": { "key": "example_value", "id": "abc123" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Postexportsinfo200Example", "example": { "id": "abc123", "created_at": "2026-01-15T10:30:00Z", "type": "activity", "finished_at": "2026-01-15T10:30:00Z", "state": "waiting", "result_url": "https://www.example.com" } } ] }