Headers
JWT access token
API key for identification
Body
application/json
curl --request POST \
--url https://api.sandbox.co.in/tds/compliance/e-file/search \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"@entity": "<string>",
"tan": "<string>",
"quarter": "<string>",
"form": "<string>",
"financial_year": "<string>",
"from_date": 123,
"to_date": 123,
"page_size": 123,
"last_evaluated_key": "<string>"
}'{
"code": 200,
"timestamp": 1763035357079,
"data": {
"@entity": "in.co.sandbox.tds.compliance.e-file.paginated_list",
"items": [
{
"created_at": 1763034775467,
"@entity": "in.co.sandbox.tds.compliance.e-file.job",
"job_id": "f139447f-07c0-4de1-9f35-0224e253aeec",
"tan": "AHMA09719B",
"financial_year": "FY 2024-25",
"quarter": "Q2",
"form": "24Q",
"filing_type": "regular",
"status": "created"
},
{
"created_at": 1763034374362,
"@entity": "in.co.sandbox.tds.compliance.e-file.job",
"job_id": "6cc8a10e-6c09-4c6f-9bfe-d10b6f6afbb0",
"tan": "SRTH05889C",
"financial_year": "FY 2023-24",
"quarter": "Q2",
"form": "26Q",
"filing_type": "regular",
"status": "created"
},
{
"created_at": 1745588854631,
"updated_at": 1745588884436,
"@entity": "in.co.sandbox.tds.compliance.e-file.job",
"job_id": "8566e974-9f6f-49ca-96cb-c75680261405",
"tan": "SRTH05889C",
"financial_year": "FY 2023-24",
"quarter": "Q2",
"form": "26Q",
"filing_type": "regular",
"status": "succeeded"
}
]
},
"transaction_id": "a109f017-10ae-44aa-ade7-3902a8cddd6b"
}Fetch all TDS/TCS E-file Jobs through this API
curl --request POST \
--url https://api.sandbox.co.in/tds/compliance/e-file/search \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"@entity": "<string>",
"tan": "<string>",
"quarter": "<string>",
"form": "<string>",
"financial_year": "<string>",
"from_date": 123,
"to_date": 123,
"page_size": 123,
"last_evaluated_key": "<string>"
}'{
"code": 200,
"timestamp": 1763035357079,
"data": {
"@entity": "in.co.sandbox.tds.compliance.e-file.paginated_list",
"items": [
{
"created_at": 1763034775467,
"@entity": "in.co.sandbox.tds.compliance.e-file.job",
"job_id": "f139447f-07c0-4de1-9f35-0224e253aeec",
"tan": "AHMA09719B",
"financial_year": "FY 2024-25",
"quarter": "Q2",
"form": "24Q",
"filing_type": "regular",
"status": "created"
},
{
"created_at": 1763034374362,
"@entity": "in.co.sandbox.tds.compliance.e-file.job",
"job_id": "6cc8a10e-6c09-4c6f-9bfe-d10b6f6afbb0",
"tan": "SRTH05889C",
"financial_year": "FY 2023-24",
"quarter": "Q2",
"form": "26Q",
"filing_type": "regular",
"status": "created"
},
{
"created_at": 1745588854631,
"updated_at": 1745588884436,
"@entity": "in.co.sandbox.tds.compliance.e-file.job",
"job_id": "8566e974-9f6f-49ca-96cb-c75680261405",
"tan": "SRTH05889C",
"financial_year": "FY 2023-24",
"quarter": "Q2",
"form": "26Q",
"filing_type": "regular",
"status": "succeeded"
}
]
},
"transaction_id": "a109f017-10ae-44aa-ade7-3902a8cddd6b"
}JWT access token
API key for identification
Was this page helpful?