Get schedule settings
Returns the schedule toggle state and next scheduled run timestamp.
GET /settings/schedule
Get schedule settings
Returns the schedule toggle state and next scheduled run timestamp.
Authentication: API key required (Bearer token)
Request Example
curl -X GET https://sellm.io/api/v1/settings/schedule \
-H "Authorization: Bearer sellm_your_api_key_here"
Responses
| Status | Description |
|---|---|
200 | Schedule settings |
401 | Unauthorized |
404 | Project not found |
429 | Rate limited |
500 | Internal error |