Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Checking Status

Methods for querying download progress, task metadata, and global engine statistics.

Previous: Managing Downloads · Next: Configuration


Methods

MethodDescriptionParametersReturns
pin.tellStatusReturns progress and status metadata.[gid (String), keys (Array of Strings, Optional)]TaskStatus (Object)
pin.tellActiveReturns a list of all currently active downloads.[keys (Array of Strings, Optional)]Array of TaskStatus
pin.tellWaitingReturns a list of waiting/paused downloads.[offset (Int), num (Int), keys (Array, Optional)]Array of TaskStatus
pin.tellStoppedReturns a list of stopped downloads.[offset (Int), num (Int), keys (Array, Optional)]Array of TaskStatus
pin.getGlobalStatReturns global statistics of the engine.[]GlobalStat (Object)
pin.getUrisReturns all source mirror URLs for a task.[gid (String)]Array of PincerUri
pin.getFilesReturns the file list and selected states.[gid (String)]Array of PincerFile
pin.getPeersReturns the active peers for a task.[gid (String)]Array (Stubbed)
pin.getServersReturns connection speed stats per server.[gid (String)]Array of PincerServer