v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
TeXML REST Commands

Update call

Update TeXML call. Please note that the keys present in the payload MUST BE formatted in CamelCase as specified in the example.

post/texml/Accounts/{account_sid}/Calls/{call_sid}

Path parameters

call_sidstring required

The CallSid that identifies the call to update.

account_sidstring required

The id of the account the resource belongs to.

Response

Call resource.

account_sidstring

The id of the account the resource belongs to.

answered_by'human' | 'machine' | 'not_sure'

The value of the answering machine detection result, if this feature was enabled for the call.

caller_namestring

Caller ID, if present.

date_createdstring

The timestamp of when the resource was created.

date_updatedstring

The timestamp of when the resource was last updated.

direction'inbound' | 'outbound'

The direction of this call.

durationstring

The duration of this call, given in seconds.

end_timestring

The end time of this call.

fromstring

The phone number or SIP address that made this call.

from_formattedstring

The from number formatted for display.

pricestring

The price of this call, the currency is specified in the price_unit field. Only populated when the call cost feature is enabled for the account.

price_unitstring

The unit in which the price is given.

sidstring

The identifier of this call.

start_timestring

The start time of this call.

status'ringing' | 'in-progress' | 'canceled' | 'completed' | 'failed' | 'busy' | 'no-answer'

The status of this call.

tostring

The phone number or SIP address that received this call.

to_formattedstring

The to number formatted for display.

uristring

The relative URI for this call.

Example response

{
  "account_sid": "61bf923e-5e4d-4595-a110-56190ea18a1b",
  "answered_by": "human",
  "caller_name": "+13122010094",
  "date_created": "Thu, 15 Jun 2023 09:56:45 +0000",
  "date_updated": "Thu, 15 Jun 2023 09:56:56 +0000",
  "direction": "inbound",
  "duration": "11",
  "end_time": "Thu, 15 Jun 2023 09:56:56 +0000",
  "from": "+13123456789",
  "from_formatted": "(312) 345-6789",
  "sid": "v3:KBnLO0ZK3DhKM5s7bE9VluaSmKsOchKht_fUYvxcp8ysbmzCCtpkmA",
  "start_time": "Thu, 15 Jun 2023 09:56:45 +0000",
  "status": "completed",
  "to": "+13987654321",
  "to_formatted": "(398) 765-4321",
  "uri": "/v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Calls/v3:KBnLO0ZK3DhKM5s7bE9VluaSmKsOchKht_fUYvxcp8ysbmzCCtpkmA.json"
}