Skip to main content
GET
/
tcs
/
reports
/
txt
Fetch TCS Reports status
curl --request GET \
  --url https://api.sandbox.co.in/tcs/reports/txt \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 200,
  "timestamp": 1763102487000,
  "transaction_id": "9bd36a1d-bd63-439f-8115-5b4b2948bda8 ",
  "data": {
    "@entity": "in.co.sandbox.tcs.reports.job",
    "job_id": "c01f847c-c42e-4577-9d01-a7208401a922",
    "tan": "AHMA09719B",
    "quarter": "Q3",
    "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

code
integer
timestamp
integer
transaction_id
string
data
object