call 시작 배치
curl --request POST \
--url https://api.example.com/call/upsert_batch \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"batch": [
{
"req": {
"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
}
},
"mode": "start"
}
]
}
'{
"res": [
{
"id": "<string>",
"trace_id": "<string>"
}
]
}POST
/
call
/
upsert_batch
call 시작 배치
curl --request POST \
--url https://api.example.com/call/upsert_batch \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"batch": [
{
"req": {
"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
}
},
"mode": "start"
}
]
}
'{
"res": [
{
"id": "<string>",
"trace_id": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-dbrian-docs-2514-bedrock-agents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
인증
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
본문
application/json
- CallBatchStartMode
- CallBatchEndMode
Show child attributes
Show child attributes
응답
성공적인 응답
- CallStartRes
- CallEndRes
Show child attributes
Show child attributes
⌘I