Skip to main content
GET
/
it
/
calculator
/
tax-pnl
/
securities
/
domestic
Get Job Status
curl --request GET \
  --url https://api.sandbox.co.in/it/calculator/tax-pnl/securities/domestic \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-version: <x-api-version>'
{
"transaction_id": "f3dcdd8e-6226-4198-b0c2-a4d98b3477a7",
"code": 200,
"data": {
"status": "created"
},
"timestamp": "1695117924000"
}
https://mintcdn.com/sandboxfinancialtechnologiesprivatelimited/E4RwGFBROD75hm3P/static/svg/Postman.svg?fit=max&auto=format&n=E4RwGFBROD75hm3P&q=85&s=bf60d58751a51f6e80a8f2cdae74c9fc

Run in Postman

Headers

Authorization
string
required

Bearer token for user-level authorization. Typically passed as Bearer {{access_token}}.

x-api-key
string
required

Your API key used to authenticate and authorize the request.

x-api-version
string
default:1.0.0
required

Bearer token for user-level authorization. Typically passed as Bearer {{access_token}}.

Query Parameters

job_id
string<uuid>
required

Unique identifier of the job whose processing status you want to fetch. Returned in the response when a tax P&L job is created.

Response

200 - OK

transaction_id
string
code
integer
data
object
timestamp
string<utc-millisec>