Skip to main content
GET
/
api
/
billing
/
ejecucion
/
{id}
/
error-summary
Get error summary by execution
curl --request GET \
  --url https://api.raul.ugps.io/api/billing/ejecucion/{id}/error-summary \
  --header 'Authorization: Bearer <token>'
[
  {
    "tipo": "<string>",
    "count": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

Response

tipo
string
required
count
number
required