---
title: "List All cXML Scripts"
method: GET
path: "/Accounts/{AccountSid}/LamlBins"
tags: ["cXML Scripts"]
---

# List All cXML Scripts

`GET /Accounts/{AccountSid}/LamlBins`

Returns a list of your cXML scripts. The scripts are returned sorted by creation date, with the most recent appearing first.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Voice_ or _Messaging_ or _Fax_.

[Learn more about API scopes](/platform/dashboard/getting-started/your-signalwire-api-space#api-token-scopes).

## Path parameters

- `AccountSid` string, uuid, required

## Query parameters

- `Name` string
- `Page` integer
- `PageSize` integer
- `PageToken` string

## Response `200`

The request has succeeded.

- CxmlScriptListResponse — Response containing a list of cXML scripts.
  - `uri` string, required — The URI of the current page.
  - `first_page_uri` string, required — The URI of the first page.
  - `next_page_uri` string, nullable, required — The URI of the next page, or null if there are no more pages.
  - `previous_page_uri` string, nullable, required — The URI of the previous page, or null if this is the first page.
  - `page` integer, required — The current page number.
  - `page_size` integer, required — The number of items per page.
  - `laml_bins` CxmlScript[], required — List of cXML scripts.
    - `sid` string, uuid, required — The unique identifier of the cXML script on SignalWire.
    - `date_created` string, required — The date and time, in ISO 8601 format, the script was created.
    - `date_updated` string, required — The date and time, in ISO 8601 format, the script was updated.
    - `date_last_accessed` string, nullable, required — The date and time, in ISO 8601 format, the script was last accessed, or null if never accessed.
    - `account_sid` string, uuid, required — The unique identifier for the account this script is associated with.
    - `name` string, required — A friendly name given to the cXML script.
    - `contents` string, required — The contents of the cXML script.
    - `request_url` string, uri, required — The unique URL to the raw contents of the cXML script.
    - `num_requests` integer, required — The number of times this cXML script has been accessed.
    - `api_version` string, required — The version of the SignalWire API.
    - `uri` string, required — The URL of this resource.

## Other responses

- `400` — The request was invalid or cannot be processed. Check the error details for more information.
- `401` — Authentication failed. Please verify your credentials and try again.
- `422` — The request could not be processed due to validation errors. Check the error details for more information.

## Changes

- **2026-02-27** `8891278c1908` — 1 info
  - api operation id `list_cxml_applications` removed and replaced with `list_cxml_scripts`
- **2026-01-20** `dce1bcef69f0` — 1 info
  - added the non-success response with the status `400`
- **2026-01-19** `d5fbaaddfa3e` — 1 breaking, 1 warning, 24 info
  - the response property `laml_bins/items/date_last_accessed` became nullable for the status `200`
  - removed the optional property `meta` from the response with the `200` status
  - api tag `cXML Scripts` added
  - api tag `cXML Bins` removed
  - …22 more
- **2026-01-15** `479ede876c89` — 2 info
  - added `#/components/schemas/PaginationWithKey` to the `meta` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/Pagination` from the `meta` response property `allOf` list for the response status `200`
- **2026-01-15** `686ef84c2abc` — 1 breaking
  - the response property `meta/allOf[#/components/schemas/Pagination]/previous_page_uri` became nullable for the status `200`

[Full history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/LamlBins/get.md)

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/8891278c1908/schema)
