get_job
Retrieve detailed information about a specific job using its unique job_id to access essential details for informed decision-making or analysis.
Instructions
Get detailed information about a specific job
Args:
job_id: The unique identifier of the job
Input Schema
Name | Required | Description | Default |
---|---|---|---|
job_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"job_id": {
"title": "Job Id",
"type": "string"
}
},
"required": [
"job_id"
],
"title": "get_jobArguments",
"type": "object"
}