Get task runs queued count
render_get_task_runs_queuedRetrieve the total number of queued task runs for one or more tasks within a specified time range, enabling monitoring of task queue backlog.
Instructions
Get task runs queued count. Get the total number of task runs queued for one or more tasks. Calls GET /metrics/task-runs-queued on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | No | Epoch/Unix timestamp of end of time range to return. Defaults to `now()`. | |
| resource | No | Task ID to query. When multiple task IDs are provided, they are ORed together | |
| startTime | No | Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`. | |
| resolutionSeconds | No | The resolution of the returned data |