coderswap_get_job_status
Check the status of a research ingestion job by providing the job ID to monitor progress and completion.
Instructions
Check the status of a research ingestion job
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"job_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"job_id"
],
"type": "object"
}