poll job

GET {{sandbox_host}}/tds/reports/deductors/tdsrs/?job_id={{job_id}}

Request Params

| Key | Datatype | Required | Description | | job_id | string | | Unique identifier of the job |

HEADERS

| Key | Datatype | Required | Description | | Authorization | string | | | | x-api-key | string | | | | x-api-version | string | | |

RESPONSES

status: OK

"{\n  \"code\": 200,\n  \"timestamp\": {{$timestamp}}000,\n  \"transaction_id\": \"{{$randomUUID}}\",\n  \"data\": {\n    \"@entity\": \"in.co.sandbox.tds.reports.job\",\n    \"job_id\": \"77a45361-9646-4ee0-93ed-9471bb8a615e\",\n    \"tan\": \"BLRC23456F\",\n    \"quarter\": \"Q4\",\n    \"form\": \"26Q\",\n    \"financial_year\": \"FY 2023-24\",\n    \"previous_receipt_number\": \"123456789012345\",\n    \"status\": \"failed\",\n    \"created_at\": 1701250588000,\n    \"updated_at\": 17012506055000,\n    \"validation_report_url\": \"https://in-co-sandbox-tds-reports-test.s3.ap-south-1.amazonaws.com/tan/financial_year/quarter/a1d166c2-6d26-4180-931b-95fc6d2c1fc5_error.xlsx\"\n  }\n}"