Voice | Jun. 10, 2026

Conference list endpoint will default to in-progress conferences only on July 13, 2026

Starting July 13, 2026, the Conference list endpoint (GET /2010-04-01/Accounts/{AccountSid}/Conferences.json) will default to returning only in-progress conferences. 

If you're querying for in-progress conferences (the most common use case), no action is needed.

Currently, calling this endpoint without a Status filter returns all conferences regardless of status (init, in-progress, and completed). This change is part of an infrastructure upgrade that separates in-progress and completed conference data into distinct systems, improving reliability and performance for real-time conference operations.

What you need to know

If your application retrieves completed conferences from this endpoint, update your API calls to include the Status=completed query parameter:

GET /2010-04-01/Accounts/{AccountSid}/Conferences.json?Status=completed

After this change, each API call returns either in-progress or completed conferences. If you need both, you'll need to make two separate requests.

Need a hand?

This resource will help you get started:

Voice API

Additional Resources

Blog

Read more about our latest product updates, product tutorials, and community projects.


Docs

See API reference documentation, quickstarts, SDKs, and multi-language code samples.

Events

Find upcoming events and join us virtually or in person to learn more about our products.