POST
/
call
/
end
Call End
curl --request POST \
  --url https://trace.wandb.ai/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",
    "exception": "<string>",
    "output": "<any>",
    "summary": {
      "usage": {},
      "status_counts": {}
    }
  }
}'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
end
object
required

Response

Successful Response

The response is of type object.