{
  "service": {
    "name": "SignalCast",
    "environment": "production",
    "region": "ca-central-1",
    "version": "3.8.2",
    "status": "operational",
    "features": {
      "dynamicAdInsertion": true,
      "videoPodcasts": true,
      "privateFeeds": true,
      "transcription": {
        "enabled": true,
        "languages": [
          "en",
          "fr",
          "es"
        ],
        "speakerDetection": true
      }
    }
  },
  "account": {
    "id": "acct_8f3c29a1",
    "plan": "network",
    "billingStatus": "active",
    "storage": {
      "usedBytes": 38472918342,
      "limitBytes": 107374182400
    }
  },
  "podcasts": [
    {
      "id": "pod_01HX7KQ4J9",
      "title": "Northern Signals",
      "slug": "northern-signals",
      "description": "Conversations about technology, culture, and life across Canada.",
      "language": "en-CA",
      "explicit": false,
      "categories": [
        "Technology",
        "Society & Culture"
      ],
      "owner": {
        "name": "Maya Chen",
        "email": "maya@example.com"
      },
      "artwork": {
        "url": "https://cdn.signalcast.example/podcasts/pod_01HX7KQ4J9/artwork-3000.jpg",
        "width": 3000,
        "height": 3000,
        "mimeType": "image/jpeg"
      },
      "distribution": {
        "rssUrl": "https://feeds.signalcast.example/northern-signals",
        "destinations": [
          {
            "name": "Apple Podcasts",
            "status": "published",
            "externalId": "1780429137"
          },
          {
            "name": "Spotify",
            "status": "published",
            "externalId": "4MTx29KpQ7A1vB9z"
          },
          {
            "name": "YouTube Music",
            "status": "pending",
            "externalId": null
          }
        ]
      },
      "episodes": [
        {
          "id": "ep_01J2R8N5QK",
          "title": "Designing Cities for Extreme Weather",
          "episodeNumber": 42,
          "seasonNumber": 3,
          "type": "full",
          "status": "published",
          "publishedAt": "2026-07-28T13:00:00Z",
          "durationSeconds": 2864,
          "audio": {
            "url": "https://cdn.signalcast.example/audio/ep_01J2R8N5QK.mp3",
            "mimeType": "audio/mpeg",
            "sizeBytes": 68742109,
            "bitrateKbps": 192
          },
          "chapters": [
            {
              "title": "Introduction",
              "startSeconds": 0
            },
            {
              "title": "Heat-resilient neighborhoods",
              "startSeconds": 318
            },
            {
              "title": "Flood management",
              "startSeconds": 1247
            },
            {
              "title": "Listener questions",
              "startSeconds": 2381
            }
          ],
          "analytics": {
            "downloads": 18432,
            "uniqueListeners": 15704,
            "completionRate": 0.73,
            "topCountries": [
              {
                "countryCode": "CA",
                "listeners": 9328
              },
              {
                "countryCode": "US",
                "listeners": 4187
              },
              {
                "countryCode": "GB",
                "listeners": 806
              }
            ]
          }
        },
        {
          "id": "ep_01J1ZF7B3M",
          "title": "The Quiet Return of Community Radio",
          "episodeNumber": 41,
          "seasonNumber": 3,
          "type": "full",
          "status": "published",
          "publishedAt": "2026-07-14T13:00:00Z",
          "durationSeconds": 2519,
          "audio": {
            "url": "https://cdn.signalcast.example/audio/ep_01J1ZF7B3M.mp3",
            "mimeType": "audio/mpeg",
            "sizeBytes": 60471822,
            "bitrateKbps": 192
          },
          "chapters": [],
          "analytics": {
            "downloads": 27981,
            "uniqueListeners": 22143,
            "completionRate": 0.79,
            "topCountries": [
              {
                "countryCode": "CA",
                "listeners": 13210
              },
              {
                "countryCode": "US",
                "listeners": 5712
              }
            ]
          }
        }
      ]
    }
  ],
  "webhooks": [
    {
      "id": "wh_72de94c8",
      "url": "https://api.example.com/hooks/signalcast",
      "events": [
        "episode.published",
        "episode.processing_failed",
        "analytics.daily_ready"
      ],
      "active": true,
      "secretConfigured": true,
      "lastDelivery": {
        "event": "analytics.daily_ready",
        "statusCode": 200,
        "attempts": 1,
        "deliveredAt": "2026-07-31T06:12:44Z"
      }
    }
  ],
  "pagination": {
    "page": 1,
    "pageSize": 20,
    "totalItems": 1,
    "totalPages": 1,
    "nextCursor": null
  },
  "generatedAt": "2026-07-31T14:23:18Z"
}