List All cXML Scripts
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](/docs/platform/your-signalwire-api-space).
Authentication
AuthorizationBasic
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing
the word Basic followed by a space and a base64-encoded string of project_id:token.
The project ID will be used as the username and the API token as the password.
Example:
```
Authorization: Basic base64(project_id:token)
```
Path parameters
AccountSid
The unique identifier for the account this script is associated with.
Query parameters
Name
A friendly name given to the cXML script.
Page
The page number to retrieve. Default is 0.
PageSize
The number of items per page. Default is 50, maximum is 1000.
PageToken
The token for cursor-based pagination. Must start with ‘PA’ or ‘PB’.
Response
The request has succeeded.
uri
The URI of the current page.
first_page_uri
The URI of the first page.
next_page_uri
The URI of the next page, or null if there are no more pages.
previous_page_uri
The URI of the previous page, or null if this is the first page.
page
The current page number.
page_size
The number of items per page.
laml_bins
List of cXML scripts.