# Retrieving send status

Source: https://developer.avalara.com/products/tax-compliance/integration-guides/extractor-en/transactions/retrieving_send_status/

Guide: Brazil Returns (Tax compliance) - English

# Retrieving send status

The fiscal document API {**https://api-gateway.sandbox.avalarabrasil.com.br/taxcompliance/api/compliance/documento-fiscal**} is an asynchronous API. This means that for each POST method sent, a ticket/code in GUID format is returned. Through this GUID, it is possible to retrieve the status of the previously sent file.

To retrieve the status, you must include the received value (GUID) in the URL, as in the following example: 

**https://api-taxcompliance.sandbox.avalarabrasil.com.br/v2/integration/{GUID}**

For more information about functional descriptions of the attributes, refer to [Main Endpoints - TaxCompliance](https://documenter.getpostman.com/view/4090178/UVXonEFC#intro).

[Previous](/extractor-en/transactions/fiscal_module/fiscal_model57)

[Next](/extractor-en/transactions/accounting_module)