---
title: "Get magicast"
method: GET
path: "/magicast.info"
tags: ["Magicasts"]
---

# Get magicast

`GET /magicast.info`

Retrieve a magicast by ID.

**Access:** Organization and Personal. In Personal mode, only magicasts owned by the authenticated user are accessible.

**Required scope:** `magicast:read`

---

**OpenAPI Spec:** [openapi.json](https://developer.ro.am/openapi.json)

## Query parameters

- `id` string, uuid, required

## Response `200`

OK

- Magicast
  - `id` string, uuid, required — Unique identifier for the magicast
  - `name` string, required — Display name of the magicast
  - `createdAt` string, date-time, required — ISO-8601 timestamp when the magicast was created (UTC)
  - `ownerId` string, uuid — Address ID of the magicast owner
  - `coverImageUrl` string, uri — URL for the magicast cover image thumbnail

## Other responses

- `400` — Missing or invalid `id` parameter
- `404` — Magicast not found

---

[API](https://skmtc.net/ro/apis/roam-hq-api.md) · [All operations](https://skmtc.net/ro/apis/roam-hq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ro/roam-hq-api/versions/5acda723f971/schema)
