List creatives for a podcast
GET/v1/podcasts/:podcastId/creatives
Returns a cursor-paginated page of the podcast's host-voiced creatives, ordered by id. Each item carries its current generation status (pending, ready, or failed). Requires read access to the podcast's network.
Request
Responses
- 200
- 400
- 401
- 403
- 404
A page of creatives
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