メインコンテンツへスキップ
POST
/
v2
/
{entity}
/
{project}
/
calls
/
complete
Call 完了
curl --request POST \
  --url https://api.example.com/v2/{entity}/{project}/calls/complete \
  --header 'Content-Type: application/json' \
  --data '
{
  "batch": [
    {
      "attributes": {},
      "ended_at": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "inputs": {},
      "op_name": "<string>",
      "project_id": "<string>",
      "started_at": "2023-11-07T05:31:56Z",
      "summary": {
        "status_counts": {},
        "usage": {}
      },
      "trace_id": "<string>",
      "display_name": "<string>",
      "exception": "<string>",
      "otel_dump": {},
      "output": null,
      "parent_id": "<string>",
      "thread_id": "<string>",
      "turn_id": "<string>",
      "wb_run_id": "<string>",
      "wb_run_step": 123,
      "wb_run_step_end": 123,
      "wb_user_id": "<string>"
    }
  ]
}
'
{}

パスパラメータ

entity
string
必須
project
string
必須

ボディ

application/json

完了済みの Call のバッチをアップサートするためのリクエストです。

batch
CompletedCallSchemaForInsert · object[]
必須

レスポンス

正常なレスポンス

完了済みの Call のバッチをアップサートするためのレスポンスです。