> ## 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.

# Job status webhook

> Receive a notification when a TCS Reports job succeeds or fails.

<Note>
  Webhooks fire only when a TCS Reports job transitions to `succeeded` or `failed`.

  To configure your webhook URL and validate the `x-sandbox-signature` header, see the [webhooks guide](/guides/developer-resources/webhooks).
</Note>


## OpenAPI

````yaml api-reference/tds/reports/openapi.json webhook TCSReportsJobStatus
openapi: 3.1.0
info:
  title: reports
  version: 1.0.0
  description: ''
servers:
  - url: https://test-api.sandbox.co.in
  - url: https://api.sandbox.co.in
security: []
paths: {}

````