Skip to content

Get addon runtime status

GET
/addons/{slug}/status
curl --request GET \
--url https://shoehorn.example.com/api/v1/addons/example/status

Returns the runtime status of an installed addon.

slug
required
string

Addon status

Media type application/json
object
slug
string
enabled
boolean
status
string
Allowed values: running stopped error
last_sync
string format: date-time
last_error
string
items_synced
integer
uptime_seconds
integer
Example
{
"status": "running"
}