Skip to main content
GET
Get Call Logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string<date-time> | null

Start date for filtering

end_date
string<date-time> | null

End date for filtering

agent_id
string<uuid> | null

Filter by agent ID

limit
integer
default:100

Maximum number of records

Required range: 1 <= x <= 1000

Response

Successful Response

id
string<uuid>
required
tenant_id
string<uuid>
required
log_type
string
required
log_level
string
required
message
string
required
timestamp
string
required
agent_id
string<uuid> | null
session_id
string<uuid> | null
call_id
string<uuid> | null
details
Details · object | null
user_id
string | null
trace_id
string | null
request_id
string | null