# Get rollup job information **GET /_rollup/job/{id}** **All methods and paths for this operation:**
GET /_rollup/job
GET /_rollup/job/{id}
Get the configuration, stats, and status of rollup jobs. NOTE: This API returns only active (both `STARTED` and `STOPPED`) jobs. If a job was created, ran for a while, then was deleted, the API does not return any details about it. For details about a historical rollup job, the rollup capabilities API may be more useful. ## Required authorization * Cluster privileges: `monitor_rollup` ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **id** (string) Identifier for the rollup job. If it is `_all` or omitted, the API returns all rollup jobs. ## Responses ### 200 #### Body: application/json (object) - **jobs** (array[object]) [Powered by Bump.sh](https://bump.sh)