메인 콘텐츠로 건너뛰기
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 배치를 업서트하기 위한 응답입니다.