Skip to main content
POST
/
tds
/
compliance
/
e-file
/
search
Fetch Jobs
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"
}

Headers

Authorization
string
required

JWT access token

x-api-key
string
required

API key for identification

x-api-version
string

Body

application/json
@entity
string
tan
string
quarter
string
form
string
financial_year
string
from_date
integer
to_date
integer
page_size
integer
last_evaluated_key
string

Response

200 - application/json

200 - OK

code
integer
timestamp
integer
data
object
transaction_id
string