poll job
GET {{sandbox_host}}/tcs/reports/collectors/tcsrs?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.tcs.reports.job\",\n \"job_id\": \"77a45361-9646-4ee0-93ed-9471bb8a615e\",\n \"tan\": \"BLRC23456F\",\n \"quarter\": \"Q3\",\n \"financial_year\": \"FY 2023-24\",\n \"previous_receipt_number\": \"123456789012345\",\n \"status\": \"failed\",\n \"created_at\": 1701250588000,\n \"updated_at\": 17012507755000,\n \"validation_report_url\": \"https://s3.ap-south-1.amazonaws.com/in-co-sandbox-tcs-reports-test/tan/financial_year/quarter/80716d9a-4aa0-4905-8ff1-0aca61042a0e_validation_report.xlsx\"\n }\n}"