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"
}Check the processing status of a domestic securities Tax P&L job.
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"
}Bearer token for user-level authorization. Typically passed as Bearer {{access_token}}.
Your API key used to authenticate and authorize the request.
Bearer token for user-level authorization. Typically passed as Bearer {{access_token}}.
Unique identifier of the job whose processing status you want to fetch. Returned in the response when a tax P&L job is created.
Was this page helpful?