Skip to main content
GET
/
tds
/
reports
/
txt
Fetch TDS Reports Job
curl --request GET \
  --url https://api.sandbox.co.in/tds/reports/txt \
  --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.reports.job",
"job_id": "48c70ad8-f5df-4dd7-8aff-a71d48992336",
"tan": "AHMA09719B",
"quarter": "Q4",
"form": "26Q",
"financial_year": "FY 2023-24",
"previous_receipt_number": "123456789012345",
"status": "created",
"created_at": 1701250588000
}
}

Headers

Authorization
string
required

JWT access token

x-api-key
string
required

API key for identification

x-api-version
string

Query Parameters

job_id
string
required

Unique identifier of the job

Response

200 - OK

  • Job Queued
  • Job Succeeded
  • Job Failed
code
integer
timestamp
integer
transaction_id
string
data
object