List scripts
/scriptsReturns your indicators, definitions and studies, most recently changed first, without their source. Call it to find a script's slug and latest version.
Scope | Heavy call | Long poll | CLI |
|---|---|---|---|
| No | No |
|
Guidance
Only your own scripts come back. Search the library finds built-ins and other people's scripts, with the
refto run them by.Each item is the list form of a Script: no
interface,dependenciesorfiles. Call Get a script for those.latest_versionis the number to send asbase_versionwhen you save. A0means the script has no version yet.qis a plain substring match on slug, name and description, in any letter case. It is not ranked.An unknown
kindreturns an empty page, not an error, so check the spelling when a filtered list comes back empty.
Query parameters
Name | Type | Required | Default | Description |
|---|---|---|---|---|
| string | No | All kinds |
|
| string | No | None | Keeps scripts whose slug, name or description contains this text, in any letter case |
| integer | No | 50 | Most 500 |
| string | No | None | From the previous page's |
Response
200 with a page whose data is an array of Script in its list form.
Status codes
Status | Code | Meaning |
|---|---|---|
| - | A page of your scripts |
|
| Your scripts could not be read. Retry |
