TODO: Resource-level docs
Retrieve a list of all Assigned Items for an account.
Path parameters
-
The unique string that we created to identify the Bundle resource.
Minimum length is
34, maximum length is34. Format should match the following pattern:^BU[0-9a-fA-F]{32}$.
GET
/v2/RegulatoryCompliance/Bundles/{BundleSid}/ItemAssignments
curl \
--request GET 'https://numbers.twilio.com/v2/RegulatoryCompliance/Bundles/{BundleSid}/ItemAssignments' \
--user "username:password"
Response examples (200)
{
"meta": {
"first_page_url": "https://example.com",
"key": "string",
"next_page_url": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_url": "https://example.com",
"url": "https://example.com"
},
"results": [
{
"account_sid": "string",
"bundle_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"object_sid": "string",
"sid": "string",
"url": "https://example.com"
}
]
}