Get Environment Job
get_environment_jobRetrieve comprehensive details of a specific job within an environment, including its name, node list, schedule, and configuration settings.
Instructions
Get details of a specific job in an environment.
Args:
environmentID (string, required): The environment ID
jobID (string, required): The job ID
Returns: Job object with name, node list, schedule, and configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobID | Yes | The job ID | |
| environmentID | Yes | The environment ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |