Call End
curl --request POST \
--url https://api.example.com/call/end \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"end": {
"project_id": "<string>",
"id": "<string>",
"ended_at": "2023-11-07T05:31:56Z",
"summary": {
"usage": {},
"status_counts": {}
},
"exception": "<string>",
"output": null,
"wb_run_step_end": 123
}
}
'{}Call End
POST
/
call
/
end
Call End
curl --request POST \
--url https://api.example.com/call/end \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"end": {
"project_id": "<string>",
"id": "<string>",
"ended_at": "2023-11-07T05:31:56Z",
"summary": {
"usage": {},
"status_counts": {}
},
"exception": "<string>",
"output": null,
"wb_run_step_end": 123
}
}
'{}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-kb-refresh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Show child attributes
Show child attributes
Response
Successful Response
The response is of type CallEndRes · object.
Was this page helpful?
⌘I