Skip to main content
POST
Fetch Jobs

Headers

authorization
string
required

JWT access token

x-api-key
string
required

API key for identification

x-api-version
string

Body

application/json
@entity
enum<string>
required
Available options:
in.co.sandbox.tds.reports.jobs.search
tan
string

TAN of deductor. Regular Expression: [A-Z]{4}[0-9]{5}[A-Z]{1}

Example:

"AHMA09719B"

quarter
enum<string>

Quarter for which TDS is being filed

Available options:
Q1,
Q2,
Q3,
Q4
form
enum<string>

TDS return form code. Allowed values: 138, 140, 144.

Available options:
138,
140,
144
tax_year
string

Tax Year for which TDS is being filed. (eg. TY 2026-27)

Pattern: ^TY [0-9]{4}-[0-9]{2}$
Example:

"TY 2026-27"

from_date
integer

Date from which jobs are to be fetched. Value in EPOCH timestamp

to_date
integer

Date till which jobs are to be fetched. Value in EPOCH timestamp

page_size
integer

Number of records in the API response. Maximum allowed size is 50

last_evaluated_key
string

Base64 encoding of the stringified JSON object, which includes x-api-key, created_at, and job_id

Response

200 - application/json

200 - OK

code
integer
timestamp
integer
transaction_id
string
data
object