MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
submodule=getrenderstatus
(main | collection | getrenderstatus)
- This module requires read rights.
- Source: Collection
- License: GPL-2.0-or-later
API module for retrieving the status of a collection rendering job.
Specific parameters:
Other general parameters are available.
- collection_id
Identifier of the collection rendering job.
- This parameter is required.
- writer
The output format writer to use (e.g., 'rl' for PDF).
- Default: rl
Example:
- Get the current status of a PDF rendering job.
- api.php?action=collection&submodule=getrenderstatus&collection_id=123456&writer=rl [open in sandbox]