Data Flows Search
Authorization scope: data flow:list
This endpoint searches for data flows for a specific account_id and environment_id, pagination is supported
Path parameters
Query parameters
The current page number in the paginated list.
The current page number in the paginated list.
The number of items per page in the paginated list.
The number of items per page in the paginated list.
The river group id
The river group id
[ "5f5b17b0a10e07a4ff4c33" ]
River schedule status enum
The river schedule status
River status enum for search, includes suspended state. Unlike RiverStatusEnum, this enum includes SUSPENDED which is determined by the presence of suspended.suspension_date field on the river object.
The river status
River interface type enum. The 'new' represents v2 rivers
Classic or API V2
The river search sort by filter enum provide all the sort by options.
The river sort by filter
Sorting can be either asc or desc, used in the api-service
The river sort order filter
The river type
Response
Successful Response
Example response
{
"items": [
{
"name": "river_name",
"group_name": "river_group_1",
"group_id": "62e7f4352c13160013dc39be",
"river_schedulers": [
"0 * * * *",
"0 0 1 * *"
],
"datasource_id": "mysql",
"target_type": "snowflake",
"last_user_name_modified": "user_name",
"river_cross_id": "5f7d4270fdca16cac18261",
"last_updated_at": "2021-01-01T00:00:00.000Z",
"description": "CDC River MySql -> Snowflake to be used by the BI team",
"is_api_v2": true,
"created_at": "2021-01-01T00:00:00.000Z",
"source_task_connection_name": "connection_name",
"match_reason": "river_name=river1",
"suspended": {
"notification_date": "2025-01-01T00:00:00",
"suspension_date": "2025-01-08T00:00:00"
}
}
]
}