Data Stream - Data Sources
List of Data Sources
List all Data Sources.
get/workspace/stream/data_sources
Query parameters
activeboolean
Filter by active status.
fieldsstring
Comma-separated list of field names to include in the response. Nested fields can be accessed using dot notation.
namestring
Filter by name (case-insensitive, partial match).
orderingstring
Which field to use when ordering the results.
pageinteger
A page number within the paginated result set.
page_sizeinteger
A numeric value that indicates the number of items per page.
searchstring
A search term.
slugstring
Filter by slug (case-insensitive, exact match).
Response
Ok
Example response
{
"count": 123,
"total_pages": 10,
"page": 1,
"page_size": 10,
"next": "https://api.example.com/items?page=3",
"previous": "https://api.example.com/items?page=1"
}