メインコンテンツへスキップ
POST
/
call
/
start
呼び出しの開始
curl --request POST \
  --url https://api.example.com/call/start \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "start": {
    "project_id": "<string>",
    "op_name": "<string>",
    "started_at": "2023-11-07T05:31:56Z",
    "attributes": {},
    "inputs": {},
    "id": "<string>",
    "display_name": "<string>",
    "trace_id": "<string>",
    "parent_id": "<string>",
    "thread_id": "<string>",
    "turn_id": "<string>",
    "otel_dump": {},
    "wb_user_id": "<string>",
    "wb_run_id": "<string>",
    "wb_run_step": 123
  }
}
'
{
  "id": "<string>",
  "trace_id": "<string>"
}

承認

Authorization
string
header
必須

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

ボディ

application/json
start
StartedCallSchemaForInsert · object
必須

レスポンス

成功時のレスポンス

id
string
必須
trace_id
string
必須