BetaThe URL parameters to send with each request sent to the Archive.org catalog API.
Optionalargs?: stringArgument list (see below; may be wildcarded)
Optionalcatalog?: 0 | 1A list of all active tasks (queued, running, error, or paused) matching the supplied criteria
Optionalcmd?: stringTask command (e.g., archive.php, modify_xml.php, etc.; may be wildcarded)
Optionalcursor?: stringCursor for pagination
Optionalhistory?: 0 | 1A list of all completed tasks matching the supplied criteria
Optionalidentifier?: stringThe item identifier, if provided will return tasks for only this item filtered by other criteria provided in params.
Optionallimit?: numberThe current default is 50 tasks per request, but the caller may request more with the limit parameter The current maximum limit is 500 tasks. Values outside this range are clamped to the server maximum. If the caller wishes to receive all tasks in a single round-trip, they may set limit=0 in the request query.
Optionalpriority?: numberGenerally from 10 to -10
Optionalserver?: stringIA node task will or was executed upon (may be wildcarded)
Optionalsubmitter?: stringUser submitting task (may be wildcarded)
Optionalsubmittime<?: stringFilter by submit time lower than supplied time. Time must be formatted as "YYYY-MM-DD"
Optionalsubmittime<=?: stringFilter by submit time lower or equal to supplied time. Time must be formatted as "YYYY-MM-DD"
Optionalsubmittime>?: stringFilter by submit time greater than supplied time. Time must be formatted as "YYYY-MM-DD"
Optionalsubmittime>=?: stringFilter by submit time greater or equal to supplied time. Time must be formatted as "YYYY-MM-DD"
Optionalsummary?: 0 | 1Total counts of catalog tasks meeting all criteria organized by run status (queued, running, error, and paused). Historical totals are currently unavailable.
Optionaltask_id?: numberTask identifier
Optionalwait_admin?: numberTask run state (see below)
A set of IaCatalogTask objects.
Get tasks from the Archive.org catalog.