Series
Get a specific series by ID with user ownership validation
Errors
Returns error if series not found, user access denied, or database connection error
get/api/series/{series_id}
Path parameters
series_idstring uuid required
UUID of the series to retrieve
Response
Series retrieved
Example response
{
"category": "Technology",
"coverImageUrl": "https://example.com/cover.jpg",
"createdAt": "2023-01-01T00:00:00Z",
"description": "A weekly podcast about technology and innovation",
"id": "e5f6a7b8-9012-3456-ef01-345678901234",
"length": 42,
"slug": "my-awesome-podcast",
"title": "My Awesome Podcast",
"updatedAt": "2023-01-01T12:00:00Z",
"userId": "f6a7b8c9-0123-4567-f012-456789012345"
}