Get magicast info
GET/magicast.info
Get details for a single Magicast by ID, including transcript cues, chapters, video status, a signed video download URL when ready, and a player URL if a share link already exists.
This is the content endpoint. /magicast.list
returns metadata only. Magicasts are not meetings โ they do not appear on
/recording.list or meeting transcript
surfaces, and they have no Magic Minutes summary or action items.
Asset, transcript, and share-link lookups are best-effort. If the video or
transcript is still processing, those fields are omitted and the request
still succeeds. Fetching this endpoint never mints a shareable link;
use /magicast.shareLink for that.
There is no https://ro.am/magicast/{id} browser URL. The player URL is
always https://ro.am/share/{key}.
Access: Organization and Personal. Organization tokens can read every
Magicast in the account, including ones the creator never shared. Personal
tokens are restricted to Magicasts owned by the authenticated user. Filter
on whether shareUrl is present if you only want shared recordings.
Required scope: magicast:read
OpenAPI Spec: chat-v1.json
Requestโ
Responsesโ
- 200
- 400
- 401
- 404
- 405
- 500
Magicast retrieved successfully
Bad request. Missing or invalid id.
Presented invalid authentication credentials.
Magicast not found.
An unsupported method was requested.
An internal error occurred.