job_get
Retrieve detailed information about a specific Kubernetes job by name, with optional namespace and target parameters for precise querying.
Instructions
[READ] Return detail for a single job by name.
Args: name: Job name (see job_list). namespace: Namespace; omit for the target's default namespace. target: k8s target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| namespace | No |