post https://api.sandbox.co.in/tds/compliance/traces/deductors/forms//search
Get all jobs created for downloading Form 16 & Form16A
| 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 |
| message | string | Reason for not generating TDS certificates. Will be visible only when the status is `failed` | Invalid security captcha |


