Skip to main content
GET
/
it
/
calculator
/
pnl
/
securities
/
domestic
Get P&l Job Status
curl --request GET \
  --url https://api.sandbox.co.in/it/calculator/pnl/securities/domestic
{
  "code": 200,
  "data": {
    "@entity": "in.co.sandbox.it.calculator.pnl.securities.job",
    "job_id": "0d931fe5-5a9f-4e6d-bde7-c28d95e00706",
    "status": "created",
    "type": "pnl",
    "created_at": 1737445277235,
    "updated_at": 1737445277235
  },
  "transaction_id": "2e7005a0-6c9c-4bbb-8d17-6fb853c6d871",
  "timestamp": 1737445343271
}

Headers

Query Parameters

job_id
string
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 - application/json

200 OK

code
integer
data
object
transaction_id
string
timestamp
integer