get https://{accountName}.{environment}.com.br/api/do/tasks/
Retrieves a give task, filtering by taskId
.
Request body example
curl --location --request GET 'https://{{accountName}}.{{environment}}.com.br/api/do/tasks/{{taskId}}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'X-VTEX-API-AppToken: {{X-VTEX-API-AppToken}}' \
--header 'X-VTEX-API-AppKey: {{X-VTEX-API-AppKey}}'