get https://api.sandbox.co.in/tds/analytics/potential-notices
Check the results of your Potential Notice job through this API
| Key | Type | Description | Example |
|---|---|---|---|
| tan | string | TAN of deductor | AHMA09719B |
| quarter | string | Quarter | Q4 |
| financial_year | string | Financial Year | FY 2023-24 |
| form | string | TDS Return Form | 26Q |
| job_id | string | Unique identifier of the job | 1c1e4905-d07e-4c51-b8c5-1163050ded7f |
| status | string | Status of the job | succeeded, failed, queued |
| created_at | number | EPOCH timestamp of when the job was created | 1716515767000 |
| potential_notice_report_url | string | URL with the potential notices report, if found | https://..... |
| validation_report_url | string | URL with the validation report, if input payload is wrong | https://..... |
| Run in Postman | Response Code |
|---|---|
| Form 26Q Job Succeeded | 200 |
| Form 24Q Job Succeeded | 200 |
| Form 27Q Job Succeeded | 200 |
| Job Failed | 200 |
| Job Created | 200 |
| Job Queued | 200 |
| Invalid Job ID | 422 |


