Skip to main content
GET
/
watch-folders
/
service
/
status
Get watch folder service status
curl --request GET \
  --url http://localhost:6699/api/v1/watch-folders/service/status \
  --header 'X-License-Key: <api-key>'
{
  "state": "stopped",
  "current_folder": "<string>",
  "current_file": "<string>",
  "files_pending": 123,
  "files_processed_this_session": 123,
  "last_error": "<string>",
  "paused_until": 123,
  "folder_stats": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.getjumper.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-License-Key
string
header
required

Jumper Pro license key passed via header

Response

200 - application/json

Service status

state
enum<string>
Available options:
stopped,
running,
stopping,
paused,
waiting
current_folder
string | null
current_file
string | null
files_pending
integer
files_processed_this_session
integer
last_error
string | null
paused_until
number | null
folder_stats
object
Last modified on February 20, 2026