curl --request GET \
--url https://api.dev.opencorpus.ai/logs/call-logs \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get call logs for the user
curl --request GET \
--url https://api.dev.opencorpus.ai/logs/call-logs \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}