Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
cURL
curl --request POST \ --url https://api.example.com/call/end \ --header 'Content-Type: application/json' \ --data ' { "end": { "project_id": "<string>", "id": "<string>", "ended_at": "2023-11-07T05:31:56Z", "summary": { "usage": {}, "status_counts": {} }, "started_at": "2023-11-07T05:31:56Z", "exception": "<string>", "output": null, "wb_run_step_end": 123 } } '
{}
Show child attributes
Successful Response
The response is of type CallEndRes · object.
CallEndRes · object
Was this page helpful?