curl --request GET \
--url http://localhost:8000/scripts/{script_name} \
--header 'Authorization: Basic <encoded-value>'{}Get script content by name.
Args: script_name: Name of the script to retrieve
Returns: Dictionary with script name and content
Raises: HTTPException: 404 if script not found
curl --request GET \
--url http://localhost:8000/scripts/{script_name} \
--header 'Authorization: Basic <encoded-value>'{}Was this page helpful?