Logo
Type aliases

PaginatedExtractRunsResponse

PaginatedExtractRunsResponse = object

Defined in: packages/cloud/src/client/types.gen.ts:4430

Schema for paginated extraction runs response.

Properties

items

items: ExtractRun[]

Defined in: packages/cloud/src/client/types.gen.ts:4434

The list of extraction runs


total

total: number

Defined in: packages/cloud/src/client/types.gen.ts:4438

The total number of extraction runs


skip

skip: number

Defined in: packages/cloud/src/client/types.gen.ts:4442

The number of extraction runs skipped


limit

limit: number

Defined in: packages/cloud/src/client/types.gen.ts:4446

The maximum number of extraction runs returned

On this page