停止与抓取任务关联的交互式浏览器会话。
使用此端点可停止抓取任务的交互式浏览器会话。停止会话会释放浏览器资源并完成计费结算。 额度按会话持续时间计费:每浏览器分钟 2 个额度,按秒折算。Documentation Index
Fetch the complete documentation index at: https://firecrawl-mog-search-exclude-include-domains.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| 参数 | 类型 | 必填 | 描述 |
|---|---|---|---|
jobId | string (UUID) | 是 | 与浏览器会话关联的抓取任务 ID |
| 字段 | 类型 | 描述 |
|---|---|---|
success | boolean | 会话是否已成功销毁 |
sessionDurationMs | number | 会话总时长 (毫秒) |
creditsBilled | number | 该会话已计费的额度数量 |
error | string | 错误消息 (仅在失败时返回) |
| 状态 | 描述 |
|---|---|
403 | 该会话属于其他团队 |
404 | 未找到此抓取任务对应的浏览器会话 |