Skip to content
Eden Engine

TikTok Live Room Status (by Room ID)

omnial/tiktok-app-fetch-live-room-info

Given a TikTok live room ID, returns that room's current status -- live, ended, or not found -- along with the platform's own status message and prompt text. Live room IDs are short-lived: once a broadcast ends, the same ID answers with an ended/not-found status, not an error, so most lookups against an ID captured earlier will show a room that has already finished.

activeper callv1
Provider
Web & Business Data Network
Category
tiktok
Provider price
$0.0020475 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "room_id"
  ],
  "properties": {
    "room_id": {
      "type": "string",
      "examples": [
        "7358603858249009962"
      ],
      "description": "Live room id"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "message": {
          "type": "string",
          "description": "A short machine-oriented status string, e.g. 'room has finished' or \"room doesn't exist\". Observed non-null on both real fixtures."
        },
        "prompts": {
          "type": "string",
          "description": "The human-readable prompt TikTok's own client would show, e.g. 'This LIVE has ended' or 'This live room does not exist.'."
        }
      },
      "description": "The room's status message and the platform's own display prompt.",
      "additionalProperties": true
    },
    "status_code": {
      "type": "number",
      "description": "The platform's own status code for the room. Observed values: 30003 (room has ended) and 30001 (room does not exist). A currently-live room's code is unconfirmed."
    }
  },
  "description": "The room-status record, as returned at routing.responseResultPath ($.output). Both real fixtures observed are non-live outcomes (an ended room, a room that does not exist) -- the shape of a currently-live room's response is unconfirmed.",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.0020475
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 23, 2026