Client.scripts¶
Beta: This API may change shape in 0.1.x. It is not a frozen 1.0 contract.
Scripts in the default project (beta; requires set_project).
Signature¶
@property
scripts -> ScriptCollection
HTTP parameters¶
| Name | In | Type | Required | Default |
|---|---|---|---|---|
include_archived |
query |
boolean |
no | false |
limit |
query |
integer |
no | 100 |
offset |
query |
integer |
no | 0 |
project_id |
query |
string |
yes | - |
Return shape¶
HTTP 200 — OK
Schema: PagedScriptSchema
| Field | Type | Required |
|---|---|---|
count |
integer |
yes |
items |
array<ScriptSchema> |
yes |
Permission¶
Required permission: Any signed-in user
HTTP¶
GET /api/scripts/ (listScripts)
Usage¶
client.scripts