v34

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-09194386949.7 KB
Beta
Pipeline Files

List Pipeline Files

List files for a pipeline with pagination and filtering.

get/api/v1/beta/pipelines/{pipeline_id}/files

Path parameters

pipeline_idstring uuid required

Query parameters

data_source_idstring uuid nullable

Filter by data source ID.

Filter by data source ID.

file_name_containsstring nullable

Filter by files whose names contain this substring (case-insensitive).

Filter by files whose names contain this substring (case-insensitive).

statusesstring[] nullable

Filter by pipeline file statuses.

Filter by pipeline file statuses.

page_sizeinteger nullable

Maximum number of items to return. Defaults to 50, max 1000.

Maximum number of items to return. Defaults to 50, max 1000.

page_tokenstring nullable

Page token for pagination, from a previous response.

Page token for pagination, from a previous response.

project_idstring uuid nullable
organization_idstring uuid nullable

Cookies

sessionstring nullable

Response

Successful Response

next_page_tokenstring nullable

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

total_sizeinteger nullable

The total number of items available. This is only populated when specifically requested. The value may be an estimate and can be used for display purposes only.