Skip to main content
POST
Search FVU generation jobs
Filter jobs by TAN, form, tax year, quarter, filing type, or creation date. The response lists matching jobs in data.items. Use page_size to request up to 50 records per page.

Headers

authorization
string
required

JWT authorization token

x-api-key
string
required

Public key required to authorize API access.

x-api-version
string

Body

application/json
@entity
enum<string>
required
Available options:
in.co.sandbox.tds.compliance.fvu.generate.search
tax_year
string

Tax Year (e.g. TY 2026-27)

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

"TY 2026-27"

form
string

TDS return form

quarter
string

Quarter (e.g. Q2)

tan
string

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

filing_type
string

Type of TDS/TCS Return

from_date
integer

Start of the job creation-date range, expressed as an epoch timestamp.

to_date
integer

End of the job creation-date range, expressed as an 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
data
object
transaction_id
string