Skip to main content
GET
/
pipelines
/
{name}
/
logs
Get pipeline logs
curl --request GET \
  --url https://api.goldsky.com/api/v1/pipelines/{name}/logs \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "results": [
      {
        "text": "<string>",
        "timestamp": 123,
        "level": "<string>"
      }
    ],
    "cursor": 123
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required

Query Parameters

logLevels
string
cursor
number
after
number
direction
Available options:
asc

Response

200 - application/json

Default Response

data
object
required