Lists all scripts in the repository with optional filtering by platform and filename, and pagination support. Returns script ID, name, platform, and description.
get /dcapi/configuration/scripts
https://{server-hostname}:8383/dcapi/configuration/scripts
Common.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/configuration/scripts \
--header 'Accept: application/scripts.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'A single script summary entry
Unique script ID
Filename of the script
Target platform: Windows, Mac, or Linux
Description of the script
INTERNAL_ERROR: unexpected server error during processing
Message describing the internal server error
Paginated list of scripts filtered by platform
[
{
"scriptId": 12345,
"scriptName": "ChangeTimeZone.bat",
"description": "Batch Script to change timezone",
"platform": "Windows"
},
{
"scriptId": 12346,
"scriptName": "CleanTempFiles.sh",
"description": "Shell script to clean temp files",
"platform": "Linux"
}
]
Unexpected server error while listing scripts
{
"errorMessage": "Internal Server Error",
"errorCode": "INTERNAL_ERROR"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.