execution_status
Retrieves the status and metadata of an execution, selecting the current or most recent run when no ID is provided.
Instructions
返回一个 execution 的状态与元数据,不返回完整输出正文。
选择规则
提供 execution 时,只选择该正整数记录。省略时,先选择当前
running 记录;不存在 running 记录时,选择最近一次被接受的记录;
两者都不存在时返回 execution_not_found。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution | No | 要查看的正整数执行编号。省略时使用当前记录,随后 使用最近记录。 |