Voice | Sep. 23, 2026

Conference list endpoint will default to in-progress conferences only on September 30, 2026

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

If customers are 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 an application retrieves completed conferences from this endpoint, those API calls will need to be updated 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 both are needed, two separate requests will be required.

Need a hand?

This resource will help:

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.