Skip to main content
GET
/
tds
/
analytics
/
potential-notices
Fetch Potential Notice status
curl --request GET \
  --url https://test-api.sandbox.co.in/tds/analytics/potential-notices \
  --header 'authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 200,
  "timestamp": 1763633700,
  "transaction_id": "3b334f6d-dc27-4970-b90c-5c8b66bde88d",
  "data": {
    "@entity": "in.co.sandbox.tds.analytics.potential_notices.job",
    "job_id": "1c1e4905-d07e-4c51-b8c5-1163050ded7f",
    "tan": "AHMA09719B",
    "quarter": "Q3",
    "financial_year": "FY 2023-24",
    "form": "26Q",
    "status": "succeeded",
    "created_at": 1709026684599,
    "updated_at": 1711544847339,
    "potential_notice_report_url": "https://in-co-sandbox-tds-test-storage.s3.ap-south-1.amazonaws.com/AHMS45586C/FY+2025-26/Q3/26Q/4049c226-4988-4978-b5ad-d25705453da8/26Q_validation_report.xlsx"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string
required

API key for identification

authorization
string
required

JWT access token

x-api-version
string

API Version

Query Parameters

job_id
string<uuid>
required

Unique identifier of the job

Response

200 - OK

code
integer
timestamp
integer
transaction_id
string
data
object