Logo
Type aliases

PaginatedExtractRunsResponse

PaginatedExtractRunsResponse = object

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

Schema for paginated extraction runs response.

Properties

items

items: ExtractRun[]

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

The list of extraction runs


total

total: number

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

The total number of extraction runs


skip

skip: number

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

The number of extraction runs skipped


limit

limit: number

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

The maximum number of extraction runs returned