tiktok_ get_ async_ report_ status
Check a TikTok async report task status by taskId when async report endpoints are available. One of 32 TikTok Ads tools on the Get MCP Ads MCP gateway.
Check a TikTok async report task status by taskId when async report endpoints are available. No report creation or mutation is performed.
- Source
- TikTok Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
advertiserId- Endpoint
- https:/
/ mcp. getmcpads. com/ tiktok-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
advertiserId | string | Required | TikTok advertiser ID. |
taskId | string | Required | Async report task ID returned by TikTok report task creation outside this read-only MCP. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "tiktok_get_async_report_status",
"args": {
"advertiserId": "<string>",
"taskId": "<string>"
}
}
}