Sample - Twilio API
GET/2010-04-01/Accounts/{AccountSid}/Conferences.json

List conferences for an account

Lists conferences belonging to the specified account. Use the date, name, and status filters to narrow the results, and use the pagination parameters to retrieve results across multiple pages. Date filters use UTC calendar dates.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

12 parameters
AccountSidstringrequired
The account SID whose conferences to list. Must be 34 characters and match the `AC` SID format.
DateCreatedstringoptional
Filter by the conference creation date in UTC using `YYYY-MM-DD`; inequality expressions can limit results before or after a date.
DateCreated<stringoptional
Filter for conferences created on or before the specified UTC date in `YYYY-MM-DD` format.
DateCreated>stringoptional
Filter for conferences created on or after the specified UTC date in `YYYY-MM-DD` format.
DateUpdatedstringoptional
Filter by the conference update date in UTC using `YYYY-MM-DD`; inequality expressions can limit results before or after a date.
DateUpdated<stringoptional
Filter for conferences updated on or before the specified UTC date in `YYYY-MM-DD` format.
DateUpdated>stringoptional
Filter for conferences updated on or after the specified UTC date in `YYYY-MM-DD` format.
FriendlyNamestringoptional
Filter conferences by the assigned friendly name.
Statusstringoptional
Filter by conference status: `init`, `in-progress`, or `completed`.
Allowed:initin-progresscompleted
PageSizeintegeroptional
Number of conferences to return per page. Defaults to 50 when omitted and must not exceed 1000.
Pageintegeroptional
The zero-based page index used for client state. Defaults according to the API when omitted.
PageTokenstringoptional
The pagination token provided by the API for retrieving a specific page.

1 status code
200Returns a paginated object containing conference resources and page metadata, including page links, page indexes, and page size.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
conferencesarray<object>optional

Error handling

AccountSid must be a 34-character account SID beginning with AC, and Status must be init, in-progress, or completed when provided. Date filters must use YYYY-MM-DD; PageSize must be between 1 and 1000 and Page must be zero or greater.