curl --request GET \
--url https://services.prod.pagosapi.com/loon/inquiries/jobs/{jobId}
{
"status": "<string>",
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"detail": "<string>",
"additional_info": "<string>",
"metadata": "<string>"
}
]
},
"networks": [
{
"network": "<string>",
"status": "<string>"
}
]
}
curl --request GET \
--url https://services.prod.pagosapi.com/loon/inquiries/jobs/{jobId}
{
"status": "<string>",
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"detail": "<string>",
"additional_info": "<string>",
"metadata": "<string>"
}
]
},
"networks": [
{
"network": "<string>",
"status": "<string>"
}
]
}
Success
The response is of type object
.