v1

latestOpenAPI 3.1.0MIT2026-07-1799111346.8 KB

List jobs

Returns identifiers of active and recently completed asynchronous jobs.

post/job/list

Query parameters

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Headers

Prefer'respond-async'

Set to "respond-async" with _async=true to receive HTTP 202 instead of 200.

Request body

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Response

Identifiers of active and recently completed async jobs.

executeIdstring required

Identifier for this rclone process.

jobidsnumber[] required

Job IDs suitable for use with job/status and job/stop.

runningIdsinteger[] required

Array of integer job ids that are running.

finishedIdsinteger[] required

Array of integer job ids that are finished.