Get Calls
GET
Retrieve a list of in-progress and completed calls made from your account.
Authorization
X-Struct-API-Keyheader
string
requiredThe API Key you generated using the Struct Dashboard.
Search Parameters
status
'created' | 'queued' | 'initiated' | 'ringing' | 'in-progress' | 'completed' | 'busy' | 'failed' | 'no-answer' | 'cancelled'
Filter calls logs by their status.
sort
'desc' | 'asc'
Sort calls logs by their creation date. Defaults to 'desc'.
offset
number
The number of items to skip before starting to collect the result set. Defaults to 0.
limit
number
The number of items to return. Defaults to 100.