Fetch Jobs

Fetch all TDS Reports Jobs through this API.

Important Links
Run in Postman Start a Free Trial

Collapsible HTML Table
Response Entity
Key Type Description
job_id string Unique Job ID to track the request
tan string TAN of Deductor
quarter string Quarter for which TDS is being filed
financial_year string Financial Year for which TDS is being filed
previous_receipt_number string Receipt Number of previously filed TDS Return
status string Status of the job. Possible values: created, queued, succeeded, failed
created_at number EPOCH timestamp of when the job was created
updated_at number EPOCH timestamp of when the job was last updated
Body Params
string
required
Defaults to in.co.sandbox.tds.reports.jobs.search

Entity Name

string

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

string
enum

Quarter (e.g. Q2)

Allowed:
string
enum

TDS/TCS return form

Allowed:
string

Financial Year (e.g. FY 2022-23)

int32

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

int32

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

int32

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

string

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

Headers
string
required

JWT Authorization token

string
required

API key for identification

string

API Version

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json