List podcasts in a network
GET/v1/networks/:networkId/podcasts
Requires the read_only role on the network. Returns a cursor-paginated page; pass the returned cursor back as ?cursor to fetch the next page and ?limit to size it. Add ?expand=primary_voice to inline each podcast's platform-assigned primary voice when one is set.
Request
Responses
- 200
- 400
- 401
- 403
- 404
List podcasts in a network
Invalid request (e.g. a malformed pagination cursor)
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found