get_podcasts_by_id_search_episode
Find a podcast episode by its title within a specific podcast using the podcast ID. Locate the exact episode to access or manage it.
Instructions
Find episode by title.
GET /api/podcasts/{id}/search-episode
Args: id: Path parameter. title: Title of the episode to search for
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |