check_return_status
Poll GSTR-1 save/proceed status via reference ID, returning PENDING, PROCESSING, COMPLETED, or ERROR until the operation finishes.
Instructions
Poll the status of a save or proceed operation (Step 3).
Call this repeatedly (every 5 seconds) until status == "COMPLETED".
Args: access_token: Taxpayer session token gstin: 15-digit GST Identification Number ret_period: Return period in MMYYYY format reference_id: The reference_id returned by save_gstr1_data() or proceed_to_file()
Returns: Dict with status field ("PENDING", "PROCESSING", "COMPLETED", "ERROR").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gstin | Yes | ||
| ret_period | Yes | ||
| access_token | Yes | ||
| reference_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |