Skip to main content
GET
Get a scratch pipeline's result

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Query Parameters

pipelinetoken
string

Pipeline token of one ingestion job. Exactly one of pipelinetoken or publishertoken is required.

publishertoken
string

Publisher token from a tap run — resolves to the scratch job that run submitted.

offset
integer
default:0

Row offset to start from.

limit
integer

Rows requested for this page; clamped server-side to the inline cap. Read returnedCount for what actually came back.

Response

One page of the result

records
object[]

This page's rows, one object per row

rowCount
integer

Total rows in the whole result

returnedCount
integer

Rows on this page

offset
integer
truncated
boolean

True when more rows follow at offset + returnedCount

resultUri
string
resultExpiresAt
string

When the result is deleted