post https://api.sandbox.co.in/tds/compliance/traces/deductors/forms//status
Check job status of Download Form16
| Param | Type | Description | Example |
|---|---|---|---|
| job_id | string | Unique identifier of the job | f24cd229-42c8-43de-af79-8ce2d3c4c3db |
| tan | string | TAN of deductor | MUMR09719B |
| quarter | string | Financial Year | FY 2023-24 |
| financial_year | string | Quarter | Q1 |
| form | string | TDS return form type | 26Q |
| created_at | number | EPOCH timestamp of when the job was created | 1701250588000 |
| updated_at | number | EPOCH timestamp of when the job was last updated | 1701250598000 |
| remember_me | boolean | Whether to remember the credentials | true |
| status | string | The status of the particular job. Possible Values: `created`, `queued`, `in_progress`, `failed`, `succeeded` |
queued |
| form16a_url | string | Link where we will provide the ZIP file of all the Form 16A in PDF format. Will be visible only when the status is `succeeded` | https://... |
| form16_url | string | Link where we will provide the ZIP file of all the Form 16 in PDF format. Will be visible only when the status is `succeeded` | https://... |
| message | string | Reason for not generating TDS certificates. Will be visible only when the status is `failed` | Invalid security captcha |
Test Environment: https://test-api.sandbox.co.in
| Run in Postman | Response | Remark |
|---|---|---|
| Test Request | 200 | Job created |
| Test Request | 200 | Job queued |
| Test Request | 200 | Job succeeded (Form 16) |
| Test Request | 200 | Job succeeded (Form 16A) |
| Test Request | 200 | Job Failed: Invalid Credentials |
| Test Request | 200 | Job Failed: Invalid Security Captcha |
| Test Request | 200 | Job Failed: Invalid TAN |
| Test Request | 200 | Job failed: Form not available |
| Test Request | 422 | Invalid Job ID |
| Test Request | 521 | Data not found |


