cURL
curl --request GET \ --url https://api.gelato.digital/tasks/status/{taskId}/debug
{ "data": { "to": "<string>", "from": "<string>", "calldata": "<string>", "blockNumber": 123, "gasLimit": 123, "chainId": 123, "taskId": "<string>" }, "debugger": { "tenderly": "<string>" } }
tenderlyUsername
tenderlyProjectName
https://api.gelato.digital/tasks/status/{yourRelayTaskId}/debug?tenderlyUsername={yourUserName}&tenderlyProjectName={yourProjectName}
The ID of the task to retrieve debug information for
Username for Tenderly account
Project name on Tenderly
Successful response with debug information
The response is of type object.
object