List volume jobs
volume_job_listRetrieve a volume's background async jobs via the jobList action, showing operations like snapshots and backups. Provide the volume name and optional extra fields to inspect job status.
Instructions
List a volume's background async jobs via its "jobList" action. Longhorn does not publish a dedicated input or output schema for this action in /v1/schemas, and it has no corresponding docs page — use longhorn_describe_resource_type('volume') to check the deployed version's exact shape, or pass fields via extra.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| extra | No | Additional Longhorn fields not covered by the named parameters above, merged verbatim into the request body. |