List magicasts
GET/magicast.list
List Magicasts in your account, most recent first.
Returns metadata only (id, name, createdAt, ownerId,
coverImageUrl). Use /magicast.info for
transcript cues, chapters, video status, and a signed download URL.
Access: Organization and Personal. Organization tokens list every Magicast in the account, including ones the creator never shared. Personal tokens are restricted to Magicasts owned by the authenticated user.
Required scope: magicast:read
OpenAPI Spec: chat-v1.json
Request
Responses
- 200
- 400
- 401
- 405
- 500
Magicasts retrieved successfully
Bad request.
Presented invalid authentication credentials.
An unsupported method was requested.
An internal error occurred.