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