Get Report Details
Use this request to retrieve the details for a specific report.
This request retrieves the report details for a single report.
Details
| Endpoint | Method |
|---|---|
/api/v3/reports/{uuid} | GET |
Request parameters
| Field | Description |
|---|---|
uuid | Specify the UUID of the report whose details you want to retrieve. |
Response parameters
The response returns the same results as the List Reports request.
Sample request
The following is an example of a valid request:
curl --request GET \
--url https://reporting-api.marketplace.taxamo.com/api/v3/reports/ABcasdaw%5B%5Dpdqweqwescasad \
--header 'accept: application/json'
Sample response
The following is an example of a 200 successful response:
{
"presigned-url": "string",
"started-timestamp": "2024-11-05T14:15:16.730Z",
"report-type": "Audit",
"filename": "string",
"status": "Queued",
"created-timestamp": "2024-11-05T14:15:16.730Z",
"error-message": "string",
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"parameters": {
"format": "csv",
"product-classes": "SPDSSSSPDDDDPSSPSPDPSDSSDPDPPDSPDDSDSPDSSDDDSDSPPSSSDPDDSDSDPSDDP",
"fx-source": "string",
"tax-country-subdivision-code": "Ik-an",
"end-month": "8986-75",
"tax-country-code": "st",
"currency-code": "hfv",
"fx-date-type": "day",
"tax-region-key": "XA",
"start-month": "6332-63",
"report-scope": "full",
"transaction-type": "sale",
"fx-date-field": "tax-timestamp"
},
"finished-timestamp": "2024-11-05T14:15:16.731Z"
}