# List All Calls Use this endpoint for the [Calls](./index.mdx) method to list all of the calls that are associated with your account. This will be returned as a list of calls. ## Parameters | Parameter | Description | | : | : | | EndTime optional | Returns calls that ended on the specified date. | | From optional | Returns calls that are from a specified number. | | ParentCallSid optional | Returns calls that created the leg of the call. | | StartTime optional | Returns calls that started on the specified date. You can also append < or > to return a range of calls. For example, use StartTime< to return calls started on or before midnight of the date, or StartTime> to return calls started on or after midnight of the date. | | Status optional | Returns calls with the specified status. | | To optional | Returns calls that were made to the specified number. | ## Request 200 OK
json { calls: [ { annotation: null, answered_by: null, api_version: 2010-04-01, caller_name: null, date_created: Wed, 19 Sept 2018 20:00:00 +0000, date_updated: Thur, 20 Sept 2018 10:00:00 +0000, direction: inbound, duration: 20, end_time: Fri, 21 Sept 2018 10:00:00 +0000, forwarded_from: +13102259067, from: +13103384645, from_formatted: (310) 338-4645, price: -0.00500, price_unit: USD, start_time: Wed, 19 Sept 2018 20:00:01 +0000, status: completed, subresource_uris: { notifications: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Calls/b3877c40-da60-4998-90ad-b792e98472pa/Notifications.json, recordings: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Calls/b3877c40-da60-4998-90ad-b792e98472pa/Recordings.json }, to: +13105678901, to_formatted: (310) 567-8901, uri: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Calls/b3877c40-da60-4998-90ad-b792e98472pa.json } ], end: 0, first_page_uri: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Calls.json?PageSize=1&Page=0, next_page_uri: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Calls.json?PageSize=1&Page=1, page: 0, page_size: 1, previous_page_uri: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Calls.json?PageSize=1&Page=0, start: 0, uri: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Calls.json?PageSize=1&Page=0, }