Tracking
Track Status
Check the status of an async tracking request
GET
Check the status of an async tracking request. Some sources (e.g., private or gated Telegram channels) require approval to join — tracking is queued as an async job. Use this endpoint to poll whether the join request has been accepted and tracking has begun.
When you track a private Telegram channel, you’ll receive a
202 Accepted response with a jobId. Use this endpoint with that job ID to check if your join request was approved.Path Parameters
The source type (e.g.,
telegram).Query Parameters
The job ID returned when tracking was initiated.
Response
Current state of the job. Possible values:
waiting, active, completed, failed.The job ID.
The result data, present only when the job state is
completed.