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": "<unknown>",
"wb_run_step_end": 123
}
}
'{}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": "<unknown>",
"wb_run_step_end": 123
}
}
'{}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Show child attributes
Successful Response
The response is of type CallEndRes · object.
Was this page helpful?