Retrieves all scripts belonging to the authenticated user.
scripts table that belong to the currently authenticated user.
Bearer YOUR_JWT_TOKENscripts table. Note: The key name folders seems potentially confusing, it actually contains scripts.| Status Code | Description | Example Message |
|---|---|---|
| 401 | Invalid or missing authentication token. | ”Unauthorized” |
| 500 | Internal server error during processing. | ”Failed to get scripts” |
| 500 | Database error during fetch. | Specific DB error |
scripts table exists.