post https://api.sandbox.co.in/tds/compliance/e-file/search
Fetch all TDS/TCS E-file Jobs through this API.
| Key | Type | Description | Example |
|---|---|---|---|
| job_id | string | ID of the particular txt and csi uploaded. | f24cd229-42c8-43de-af79-8ce2d3c4c3db |
| status | string | The status of the particular fvu upload. Possible Values: created, queued, failed, succeeded. |
succeeded |
| tan | string | TAN of the deductor for which the TDS return is being filed. | AHMJ01234A |
| form | string | TDS return form type. | 26Q |
| financial_year | string | Financial Year. | FY 2023-24 |
| quarter | string | Quarter. | Q4 | receipt_number | number | TDSR filing receipt number. | 123456789012345 |
| message | string | Reason for not e-filing TDS return. Will be visible only when the status is failed. For possible values, refer to the TIN-FC Error Codes & Messages. | Regular Statement with the same TAN, Financial Year, FORM, and Quarter is already furnished. |
| created_at | number | EPOCH timestamp of when the job was created. | 1701250588000 |
| updated_at | number | EPOCH timestamp of when the job was last updated. | 1701250698000 |


