List Sales e-Invoices Job Status

GET {{sandbox_host}}/gst/compliance/tax-payer/e-invoices/:year/:month/sales?job_id={{job_id}}

Request Params

| Key | Datatype | Required | Description | | job_id | string | | |

HEADERS

| Key | Datatype | Required | Description | | x-api-key | string | | | | x-api-version | string | | | | authorization | string | | |

RESPONSES

status: OK

"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"updated_at\": 1732267704160,\n        \"month\": \"10\",\n        \"data\": {\n            \"status_cd\": \"0\",\n            \"error\": {\n                \"message\": \"Invalid Return Period\",\n                \"error_cd\": \"EINV30113\"\n            }\n        },\n        \"year\": \"2023\",\n        \"job_id\": \"8ef96cc1-fc48-4d58-91ca-268b55aaeabb\",\n        \"supply_type\": \"B2B\",\n        \"supplier_gstin\": \"33ABKCS2033B1ZW\",\n        \"created_at\": 1732267681343,\n        \"@entity\": \"in.co.sandbox.gst.compliance.e-invoice.list.job\",\n        \"status\": \"failed\"\n    },\n    \"timestamp\": {{$timestamp}}000\n}"