Skip to content
RunWisp
Search
Ctrl
K
Cancel
GitHub
Select theme
Dark
Light
Auto
Welcome
Getting Started
Install
Your first task
The Web UI tour
Concepts
Tasks vs Services
How scheduling works
Concurrency policies
Retries & timeouts
Logs & retention
The TUI tour
Configuration Reference
Overview
[storage]
[daemon]
[defaults]
[tasks.*]
[services.*]
Notifications
Model
Providers
Slack
Telegram
Per-task notifications
Notification rules
Global settings
Recipes
Nightly backup
Health checks
Deploy hooks
Docker patterns
Auth
GitHub
Select theme
Dark
Light
Auto
Overview
RunWisp API
dev
Section titled “RunWisp API dev”
Informations
OpenAPI version:
3.1.0
Operations
Section titled “ Operations ”
GET
/api/daemon/log-stream
GET
/api/info
GET
/api/local/credentials
GET
/api/system
GET
/api/system/history
GET
/api/notifications
POST
/api/notifications/read
GET
/api/notifications/stream
GET
/api/notifications/unread-count
POST
/api/notifications/{id}/read
POST
/api/notifications/{id}/unread
GET
/api/runs
GET
/api/runs/stream
GET
/api/runs/summary
POST
/api/tasks/{taskName}/restart
POST
/api/tasks/{taskName}/run
GET
/api/tasks/{taskName}/runs
GET
/api/tasks/{taskName}/runs/{runId}
DELETE
/api/tasks/{taskName}/runs/{runId}
POST
/api/tasks/{taskName}/runs/{runId}/stop
POST
/api/tasks/{taskName}/stop
GET
/api/tasks
GET
/api/tasks/{taskName}/runs/{runId}/log
GET
/api/tasks/{taskName}/runs/{runId}/log/raw
GET
/api/tasks/{taskName}/runs/{runId}/log/stream