Twilio Changelog | Jul. 08, 2026
Conference list endpoint rollout extended
Based on customer feedback, we are pushing out the change to the Conference list endpoint split to only return in-progress conferences until September 30, 2026.
On September 30, 2026, Twilio will begin rolling out the change to the Conference list endpoint (GET /2010-04-01/Accounts/{AccountSid}/Conferences.json) to default to returning in-progress conferences only. This is an extension to the original rollout date of July 13, 2026. Until September 30th, the Conference list endpoint will continue to retrieve both in-progress and completed conferences when the status query parameter is not defined.
Action Required
If you're querying for in-progress conferences (the most common use case), no action is needed. If your application retrieves completed conferences from this endpoint, you will need to update your API calls to include the Status=completed query parameter by September 30, 2026: GET /2010-04-01/Accounts/{AccountSid}/Conferences.json?Status=completed
To get both in-progress and completed conferences, you'll need to make two separate requests.
For more information, please review our Conference Resource API product documentation.