get https://v2.api.audio/content/scripts
List all of the scripts stored. By supplying a project name or module name, you can return a list of all of the scripts stored within the given project or module.
A maximum of 1000 scripts can be returned in a single GET request, a paginationToken
will be returned that can be passed to the same method again to list the next 1000 scripts.
To condense the output JSON, you can supply verbose=False
, which will remove all of the non-essential details. Leaving only the script directory structure and ID in the response.