Call End
POST/call/end
Call End
Request
- application/json
Body
required
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
end
object
required
project_id Project Id (string)required
id Id (string)required
ended_at date-timerequired
exception
object
anyOf
string
output object
summary
object
required
usage
object
property name*
LLMUsageSchema
prompt_tokens
object
anyOf
integer
input_tokens
object
anyOf
integer
completion_tokens
object
anyOf
integer
output_tokens
object
anyOf
integer
requests
object
anyOf
integer
total_tokens
object
anyOf
integer
property name* any
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...