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>'
{
  "code": 200,
  "timestamp": 1764238372635,
  "data": {
    "created_at": 1764238332215,
    "updated_at": 1764238332215,
    "@entity": "in.co.sandbox.it.calculator.tax_pnl.securities.job",
    "security_type": "domestic",
    "status": "created",
    "job_id": "ab153091-51cb-460e-9858-ae6f6a6fd81a"
  },
  "transaction_id": "df484e5b-20fc-42b2-8b52-6bd9dc3909f2"
}
https://mintcdn.com/sandboxfinancialtechnologiesprivatelimited/9R19aQQ6ZD9_5iIN/static/svg/Postman.svg?fit=max&auto=format&n=9R19aQQ6ZD9_5iIN&q=85&s=3f44f5c9e4d8b761c9447be03a2f5f96

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

Success

code
integer
timestamp
integer
data
object
transaction_id
string