curl --request GET \
--url http://localhost:8000/scripts/configs \
--header 'Authorization: Basic <encoded-value>'[
{}
]List all script configurations with metadata.
Returns: List of script configuration objects with name, script_file_name, and other metadata
curl --request GET \
--url http://localhost:8000/scripts/configs \
--header 'Authorization: Basic <encoded-value>'[
{}
]Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Was this page helpful?