Skip to main content
GET
/
pipelines
/
{name}
/
logs
/
error-count
Get pipeline error count
curl --request GET \
  --url https://api.goldsky.com/api/v1/pipelines/{name}/logs/error-count \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "error_count": 123
  }
}

Authorizations

Authorization
string
header
required

API token generated from the Goldsky Dashboard. Pass as: Authorization: Bearer

Path Parameters

name
string
required

Query Parameters

since_hours
integer
default:6
Required range: 1 <= x <= 168

Response

200 - application/json

Default Response

data
object
required