List voices for a podcast
GET/v1/podcasts/:podcastId/voices
The network is resolved from the parent podcast and the caller must hold the read_only role on it. Returns a cursor-paginated page; pass the returned cursor back as ?cursor and size it with ?limit.
Request
Responses
- 200
- 400
- 401
- 403
- 404
A page of voices
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