Get Report Details

Use this request to retrieve the details for a specific report.

To retrieve the details for a report, use a GET method and the following URL:

https://reporting-api.marketplace.taxamo.com/api/v3/reports/{uuid}

where {uuid} is the UUID of the report who's details you want to retrieve.

For example:

curl --request GET \
     --url https://reporting-api.marketplace.taxamo.com/api/v3/reports/ABcasdaw%5B%5Dpdqweqwescasad \
     --header 'accept: application/json'

Details

DetailValue
Endpoint/api/v3/reports/{uuid}
MethodGET

Query Parameters

FieldDescription
uuidSpecify the UUID of the report who's details you want to retrieve.

Response Parameters

This request returns the same results as the List Reports request.

Examples

Request

For example:

curl --request GET \
     --url https://reporting-api.marketplace.taxamo.com/api/v3/reports/ABcasdaw%5B%5Dpdqweqwescasad \
     --header 'accept: application/json'

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"
}