Fetch TDS Return Job Status
curl --request GET \
--url https://api.sandbox.co.in/tds/compliance/e-file \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'
{
"code": 200,
"timestamp": 1763362637000,
"transaction_id": "e2b9145f-69d5-4bbe-a6de-be6fc08b426f",
"data": {
"@entity": "in.co.sandbox.tds.compliance.e-file.job",
"job_id": "f845f37e-7f05-4de9-a282-a3b23b9d370a",
"tan": "AHMA09719B",
"financial_year": "FY 2024-25",
"quarter": "Q2",
"form": "26Q",
"filing_type": "regular",
"status": "succeeded",
"receipt_number": 123456789012345,
"created_at": 1763362637000,
"updated_at": 1763362637000,
"receipt_file_url": "https://in-co-sandbox-tds-compliance-efile-test.s3.ap-south-1.amazonaws.com/tan/financial_year/quarter/form/4ef92975-aea8-4628-9eaa-18eb439c13d9_receipt.pdf",
"fvu_file_url": "https://in-co-sandbox-tds-compliance-efile-test.s3.ap-south-1.amazonaws.com/tan/financial_year/quarter/form/4ef92975-aea8-4628-9eaa-18eb439c13d9.fvu",
"form27a_file_url": "https://in-co-sandbox-tds-compliance-efile-test.s3.ap-south-1.amazonaws.com/tan/financial_year/quarter/form/2c5381d1-924d-4f8f-90c5-5082623f8786_form27a.pdf"
}
}